3 steps to create a custom state management library with React Hooks and Context API
In this article, I will introduce the React Context API for state management and create a similar solution as Redux without using a third-party library.
React Context API
It’s actually not a new idea. Context API as part of React for a long time, but...
devsmitra.hashnode.dev2 min read