How and When to use Context?
Intro
Context is a react hook that allows you to pass data across any number of React components, regardless of nesting.
It allows you to access data globally without passing it as a prop. When the data provided by context changes, then only the comp...
anshulraheja.hashnode.dev3 min read
balaji
thanks for this content. its understandable