Live data from Hacker News

Ask HN: Which Web Front end Framework to choose?

news.ycombinator.com

11–17 of 17 posts

Re: Ask HN: Which Web Front end Framework to choose?

#12
Use 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.

Re: Ask HN: Which Web Front end Framework to choose?

#13

Use 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/

Re: Ask HN: Which Web Front end Framework to choose?

#14
Modern react is mature, stable, thoroughly explored by community yet at the same time lean enough to start small (ie scalable and battle tested).

Svelte 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?

#15

Use 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/

It seems much easier even to me. Pinia can also be used with Svelte, as well as Vuex and Redux. Read the following to learn more: https://svelte.dev/docs#svelte_store
Post reply on HN