Building a Storefront using Context API in React
Sharing data across components is a vital feature of every React application. In React, we share data using the top-down approach (from parent to child's components) via props. However, there are situations whereby we need to share data between disco...
codewithshegzi.hashnode.dev18 min read