Context API
Introduction
React's current context API is released in React version 16.3 and it replaced the legacy context API which had some design flaws. The major flaw of legacy API was that if a context value provided by component changes, descendants that u...
msdeshmukh.hashnode.dev4 min read