Context API and useContext
Props help you pass down data from parent to child components. By so doing, it's using the flow system of data passage (top to bottom) to get that done. However, when the project grows, it becomes more complex using props to pass down data from one c...
oluwatrillions.hashnode.dev6 min read