Should I use Redux or Context API?
In React application, we can pass values from a parent to a child component through props. The issue comes up when the relationship between parent and child components is way too deep, where a nested child component needs values from the parent. Yes,...
valendea.hashnode.dev4 min read