Skip to content

Latest commit

 

History

History

Redux

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Redux

  • Redux is a state management library for JavaScript apps.
  • We can use it with React, Angular, Vue, Vanilla JS

State Management Solutions

  • Flux (by Facebook)
  • Redux
  • MobX

Pros of Redux

  • Predictable State Changes
  • Centralized State
  • Easy Debugging
  • Preserve page state
  • Undo/redo
  • Ecosystem of add-ons

Cons of Redux

  • Complexity
  • Verbosity

When not to use Redux

  • Tight Budget
  • Small to medium-sized apps
  • Simple UI/data flow
  • Static data