Search posts, tags, users, and pages
Fabien Schlegel
Web developer | Content Creator
This blog post relies on React and Typescript, a superset of JavaScript. If you’re a beginner, you can check this post to get the prerequisites. React is a powerful UI library and it works with a tree of components. They can be class-based components...
Enes
Self taught full stack developer. Building my own SaaS nowadays and this is my diary 😊
Even with useContext, state management becomes a mess soon or later. I was in this hell for a while, than I met with Zustand. Such an amazing state management library. Highly recommended.
Thanks for your feedback, I'll take a look at Zustand.
Have you tried useContext with useReducer ?
Enes
Self taught full stack developer. Building my own SaaS nowadays and this is my diary 😊
Even with useContext, state management becomes a mess soon or later. I was in this hell for a while, than I met with Zustand. Such an amazing state management library. Highly recommended.