DEV Community

[Comment from a deleted post]
Collapse
 
himujjal profile image
Himujjal Upadhyaya

That's the whole point of using Svelte. Most of the React's bandages or hooks or component life-cycles were required because React in its core design wasn't actually able to do things efficiently.

In Svelte you don't do that because you don't NEED to!

Talking about the above library. Yes. Svelte has a growing eco-system compared to React's matured one. But I don't see hooks as a good thing. They complicate things and make the code a mess.