State management in React with useContext and useReducer
Hello everyone, π Today in this blog we will discuss how to do state management in react app with useContext and useReducer. Managing state by passing props to every component can be very hectic and time-consuming. So instead of doing prop drilling,...
ishitakeshawani.hashnode.dev7 min read