Building Compound Components using React Context API and TypeScript
When creating a React project, you might need to share some state between components of your application. React Context API offers a mechanism for passing data through the component tree without relying on props (also known as props drilling). I hav...
Mar 26, 20215 min read2.3K
