JS Framework #11
Replies: 2 comments 3 replies
-
I'd ask what problem is sought to be solved by introducing a dependency on Alpine JS? Sure, for headless/PWAs a framework can be massively beneficial (but in those cases probably not Alpine!). If it's just a 'sprinkling' of JS I'd personally prefer to see nice, modern, vanilla JS unless a framework is going to either widen adoption or ease development. Any dependency is a filter on who will use the end-product; the more there are, the fewer people will make it through. |
Beta Was this translation helpful? Give feedback.
-
No framework... the goal is to teach umbraco... you don't want to burden users by learrning a js framework... Or you could do 2 options... plain javascript and an vanilla js view. Dave |
Beta Was this translation helpful? Give feedback.
-
Wouldn't add a full blown framework but maybe use https://github.com/alpinejs/alpine/ to sprinkle some js magic where it makes sense...
We can then have the #9 headless option to do a full blown (small) PWA
Beta Was this translation helpful? Give feedback.
All reactions