Why I enjoy React: I can use the parts I like, and replace the rest
Why I enjoy React: I can use the parts I like, and replace the rest.
Don’t like useEffect or useState? No problem. Use third party state (react-query, Jotai, XState, Redux, etc).
Lots of stuff in React is optional. And the ecosystem for alternatives is huge.
#react
That said, I often use plain React state for many simple cases. It works great.
But, it’s wonderful having the option to switch to more powerful options when I want to.