
The React Way & Opinionated Practices with Ian Schwartz - JSJ 488
JavaScript Jabber
00:00
Is Redux a Rela Flux State Management Pattern?
Redux is an implementation on of the flux state management pattern. Rea has in it this whole top down data passing model, and you pass it down through props to child components. But redux uses that same model, but you bans to have this one central, global data store. It also has the benefit of being able to time travel debugs.
Transcript
Play full episode