How to Use Context in React to Pass Data Down the React Component
What's react context?
React Context can be used to pass data down the React component tree. This is accomplished by creating a Context object and passing it down through the component tree. The Context object will then be available to all components ...
kalina.hashnode.dev3 min read