Managing global state with React’s Hooks & Context API

Alternative to Redux for complex React application

Udara Bibile

--

In complex React application with multiple components, there is requirement for global state management. As of now most popular approach for global state is Redux, but with new changes in React there might be space for global state management using just React. However note that this…

--

--