Redux Essentials, Part 1: Redux Overview and Concepts
If the data needs to be passed from a parent to a child deep down the tree, this can still be accomplished using React utilities like Context. But when it comes to sharing the state between components on the same level, Redux is the inevitable option. While it’s mostly used as a state management tool […]