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...
Nov 21, 20222 min read34
