DEV Community

Discussion on: React doesn't need state management tool, I said

Collapse
 
spock123 profile image
Lars Rye Jeppesen

Setting a bunch of hooks and effects in React components really shows what a big mess React is, compared to more elegant solutions with Angular and Vue.

Typed Observable Reactive stores is where it's at and the APIs for using those are much more composable and beautiful. I can't believe React has become such a mess, but I guess that's why it's the oldest of the big frameworks.