Let me explain you UseContext...!
As you already know, React uses state to store data and props to pass data between components. This works well for handling local state and for passing simple props between parent/child components. This system breaks down when you start to have globa...
shailesh-blogs.hashnode.dev1 min read