React Context API with TypeScript
Creating a Context and Provider
To start using the React Context API, we need to create a context using the createContext method:
The Provider component is responsible for wrapping the part of the component tree where we want to make the context data...
koushikroy.hashnode.dev2 min read