useContext
In React, the Context API allows you to create a global state that can be accessed by any component in your application, without passing props through all the intermediate components. It provides a way to share data between components without the nee...
jeevanhenrydsouza.hashnode.dev2 min read