Managing side effects in React + Redux

Hamid Aghdaee

Full Stack Web Development Immersive Lead Instructor at Galvanize SF.

 

https://www.linkedin.com/in/hamid-aghdaee-44254

 

Workshop Objectives

  • Overview of Redux
  • Redux Middleware
  • Redux Thunk and Redux Promise Middleware
  • Redux Sagas
  • Redux Observables

What is Redux?

Redux is a predictable state container for JavaScript apps.

The whole state of your app is stored in an object tree inside a single store.
 

Text

deck

By Hamid Aghdaee

deck

  • 747