State Management in React using the Context API and Hooks
State management is the most important concept in React. There are several ways to manage state in React. The most common way of managing state is by passing props down the components (prop drilling).
But this way of managing state is not scalable if...
blog.dipankar.dev5 min read