What is Context API in React and how to use it?
N.B. This article requires you to have little knowledge of prop drilling and the issue associated with them.
Context API acts as a container for the global state variables which is helpful when you want to avoid prop drilling and pass data from one c...
ashutoshdash.hashnode.dev1 min read