Context API in React
Introduction:
Context is used to pass the data to another component where ever its value is required. Usually, props are used to pass values but the propagation becomes a tedious task. A value needs to propagate all through the component tree structu...
learnings.hashnode.dev3 min read