React- context API
Introduction
In a typical react application, data is passed down from parent to child via props.
It's easy to pass data from one component to another through props for fewer components (2 to 3), but as the app grows, there is a need to add more compo...
onecode.hashnode.dev4 min read