Context API in ReactJs
The Context API is a way to pass data through the component tree in React without having to pass props down manually at every level. It allows you to create a provider component that stores data and a consumer component that can access that data.
Her...
alokverma.hashnode.dev2 min read