|
|
|
|
|
by TheCoreh
3230 days ago
|
|
I don't see how vue's take on this same issue is significantly or even marginally better: https://vuejs.org/v2/guide/conditional.html Instead of getting HTML fragments on your JS, you get JS fragments on your HTML? Whenever you need to programatically generate markup with conditionals and iteration over existing data structures, you end up having to mix a programming language with your markup. (The other option is of course to create an entire programming syntax on top of your markup language.) BTW, I haven't actually used vue, so this post is by no means me saying that it doesn't have its merits or it's not a good framework. |
|