Implementing Context API + useReducer to build our own Redux
Redux is a library for managing the global application state for web apps. It is widely used with React but, Redux adds to the overall size of your app. For small apps, we can use Context API with useReducer to manage the global state.
What is Contex...
vaishnavs.hashnode.dev5 min read