How to use props and state in React
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...
devoreur2code.hashnode.dev2 min read
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.