Skip to content

Application State

ALL edited this page Jan 18, 2020 · 2 revisions

Application State

  • Redux is a predictable state container for JavaScript apps
  • Redux takes away some of the hassles faced with state management in large applications
  • Some of the nice things you get with using Redux include logging, hot reloading, time travel, universal apps, record and replay — all without doing so much on your end as the developer

Video

Clone this wiki locally