React Context API
Let's learn about Context API
What is Context API ?
It's a React way to enable and exchange of data between children without using prop-drilling. This is Use to avoid prop drilling. it is also lighter approach to state management using Redux.
It ad...
blog.siddheshjungade.dev2 min read