Skip to the content.

Readings: Redux - Asynchronous Actions

There are two very popular middleware libraries that allow for side effects and asynchronous actions: Redux Thunk and Redux Saga.

combined reducers: The combineReducers helper function turns an object whose values are different reducing functions into a single reducing function to createStore.

image