
Career advice from the maintainer Redux, Mark Erikson
The Scrimba Podcast
00:00
React vs Redux - What's the Difference?
React has two main ways to pass down data. One is props, the other is consicsapi. Both of them let a component deepen in the tree and grab value from above. But react kind of like magically worm holes the value from where it's provided up top to where a component wants to grab that down below. The only thing context can do is passing down one value so thet other component can grab it. Redux does a lot more than that. It doesn't replace state management tool redux. And i've written a number of articles trying to help explain the differences between these tools. There are many reasons why you might want to use redux.
Transcript
Play full episode