10
dyaa
7y

its 2:30 here and ill have to wake up for work at 7:00 and im trying to figure out what the hell is redux

Comments
  • 1
    Same but here it's 3:20 AM but it's sunday
  • 1
    @davide you'll find some good videos on YouTube :) ... sunday is not a weekend in my country :/
  • 2
    Just in case you never found any info.

    Redux is a state container.

    You could think about it as a shared state object between components.

    It is also a state machine forcing you to use pre defined actions to change the state preventing inconsistent state (when done correctly)
Add Comment