Create a Global State with React Context 🦾, No Redux, No third party library at all, pure React for Global State.
What is React Context?
A typical React application consists of many Components, things get pretty complex as an application grows. If you are using props to pass state values from your parent component to the child component, things will become more ...
blog.devjunction.in7 min read