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...
blog.cristiana.tech5 min read