Hacker News new | ask | show | jobs
by feistypharit 3385 days ago
Vue has some annoying issues as you grow. For example, if you start simple from the script tag and later want to move to npm and webpack, all sorts of things break. It's not just the difference in build types that they note. (With or without runtime compiler).

Ultimately, I think the winning framework will be one that compiles. Something like svelte[1]. It's how most other software is made for good reasons.

https://svelte.technology/