Redux vs Context API
Jun 29, 2022 · 3 min read · I’ve seen a lot of my friends struggling to pass data between the components. Often they get confused about where to initialize a state. So today, I thought of sharing my views on this. The simple and basic way to pass data/state from parent to child...
Join discussion