If you try frameworks interested in performance like Svelte or Astro or mostly anything beyond Angular and React, you’ll see very short build times and sub-second updates.
If it were my choice I would probably go for Vue since I’ve worked with it for about a year also Evan Yu is a developer I have 100% confidence in making it better over time. I mean, he made Vite after all. The transition from v2 to v3 was pretty much backwards compatible while angular breaks shit all the f-ing time. But out of the ones I don’t know Svelte looks the best. Do I need a “chart.js-svelte” package? Nope, just use the normal one. Dependency management looks soooo much simpler than having a less supported framework specific version of it.
If you try frameworks interested in performance like Svelte or Astro or mostly anything beyond Angular and React, you’ll see very short build times and sub-second updates.
If it were my choice I would probably go for Vue since I’ve worked with it for about a year also Evan Yu is a developer I have 100% confidence in making it better over time. I mean, he made Vite after all. The transition from v2 to v3 was pretty much backwards compatible while angular breaks shit all the f-ing time. But out of the ones I don’t know Svelte looks the best. Do I need a “chart.js-svelte” package? Nope, just use the normal one. Dependency management looks soooo much simpler than having a less supported framework specific version of it.
Vue is great too! Basically everything outside of enterprise React and Angular would be quite performant.