Redux Async Actions 
Redux Async Actions
by LearnCode
Video Lecture 6 of 7
Not yet rated
Views: 774
Date Added: May 11, 2017

Lecture Description

Async Actions with Redux are a piece of cake...you just have to know what to do. Handling Ajax in Redux is as simple as firing off several actions: one for start, one for completion, one for error.

Dispatching multiple, synchronous actions allows your React layer to still be a 100% static representation of the state of your store. So React itself will never have any application state, only your store will. This is the biggest hangup of developing React/Redux applications - where do you keep state? Once you learn that 100% of the application state lives in the store, everything gets drastically simpler in Redux.

Course Index

Course Description


Comments

There are no comments. Be the first to post one.
  Post comment as a guest user.
Click to login or register:
Your name:
Your email:
(will not appear)
Your comment:
(max. 1000 characters)
Are you human? (Sorry)