State Management with Context API
In React, we build the UI with the help of components. If can visualize these components as a tree with the App component as the root and the rest of the components as children and grandchildren.
If our application is complex the size of this tree al...
abhinaisai.hashnode.dev4 min read