|
|
|
|
|
by faitswulff
3022 days ago
|
|
There's something really upsetting to me about how DisplayJS works - coupling variable names to HTML seems like a good idea for a lot of common use cases at first, but the library's API method calls, DisplayJS.var() and .target(), have no semantic meaning to me. It seems overly simplistic. And if I have to manually call .var() in my target callback, I'm missing much of the benefits of reactivity in Vue / React. |
|