Data Sharing in React Applications (PART 2): Context API.
In the previous article, I covered two approaches to sharing data across our application; by making redundant network requests and prop drilling. We also saw the limitations of both these approaches.
Today we shall explore React Context as an improve...
oyier.hashnode.dev7 min read