Ask HN: Which Web Front end Framework to choose?
11–17 of 17 posts
Re: Ask HN: Which Web Front end Framework to choose?
#12Svelte is the present and the future!
Automatically translated.
Re: Ask HN: Which Web Front end Framework to choose?
#13Use svelte, it is the easiest and fastest of these three. To use react it is good to have a good command of javascript. The vue is easier than the react, but the vuex is very complicated. The svelte stores are very easy to use. And vue has some structures in the svelte are addressed in a simplified way, as methods and data computed. Svelte is the present and the future! Automatically translated.
there is vuex alternative called pinia[0] which is much simpler than vuex
Re: Ask HN: Which Web Front end Framework to choose?
#14Svelte is promising but way too young.
Vue seems yet a tiny bit behind React in terms of community size and number of hi demanding real life use cases. As far as I see it.
In the end you should start with your specific requirements for the app, not from a fashion question.
There’s no and never be “one choice fits all” answer.
Re: Ask HN: Which Web Front end Framework to choose?
#15Use svelte, it is the easiest and fastest of these three. To use react it is good to have a good command of javascript. The vue is easier than the react, but the vuex is very complicated. The svelte stores are very easy to use. And vue has some structures in the svelte are addressed in a simplified way, as methods and data computed. Svelte is the present and the future! Automatically translated.
>> vuex is very complicated there is vuex alternative called pinia[0] which is much simpler than vuex [0]: https://pinia.esm.dev/