|
|
|
|
|
by Gunax
1024 days ago
|
|
Some alternatives are: Vue3/composition API -- probably the simplest if you're coming from React. Definitely feels like it was inspired by hooks. Svelte/store -- svelte has a term called 'hook' but it's unrelated. The equivalent would be Svelte's store. The other frameworks use something called 'Signals' (Preact, Qwik, Solid, Elm and even Angular/backbone though I don't personally have in depth knowledge of all of these). IMO, I would prefer Svelte if you are adventurous, or Vue if you like React but just want something like 'better React'. |
|