Context API Notes
Introduction
When working with React, you often need to share data between components. The traditional way of passing data is through props. However, as your application grows, passing data through multiple levels of components (called "prop drilling...
react-diaries.hashnode.dev4 min read