Get the latest tech news
I like Svelte more than React (it's store management)
Why I like Svelte more than React (it's store management)
The developer experience of svelte is miles better than react, apart from pre-planned request layout structures and less cognitive work on that area This is due to the fact that react by default does not have any "stores" by default, so unless you are relying on libraries mentioned below – you likely will have to create a huge amount of inheritance and prop-drilling - which quickly gets messy and becomes a maintenance nightmare now imagine doing this for a complex state driven project, it clearly doesn't work
Or read this on Hacker News