Context API
What is Context API:
The context API in React is used to share specific forms of data across all levels of the application which you can't share easily with props. why Context API? The main aim of context API is to solve the problem of prop drilling ...
geekshivam.hashnode.dev2 min read