Hacker News new | ask | show | jobs
by claudiojulio 1857 days ago
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.

1 comments

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