React – useContext
In this post, we will see what useContext is, when to use it, and how to share data between pages in a React application. But first of all, what is useContext? “React normally passes data from parent to child through props. This works fine for small apps, but as soon as we need the same… Read More »