Redux Course Lesson #6: asynchronous actions with redux-thunk

preview_player
Показать описание
Another episode of the Redux course! In this lesson: working with Fetch, and asynchronous actions (redux-thunk)

----------------

----------------
Follow me on:

#redux #reduxthunk #javascript
Рекомендации по теме
Комментарии
Автор

Loving your tutorial style. Very helpful.

cedricindra
Автор

Hi, nice tutorial. Quick question. Shouldn't your action "IS_FETCHING" be dispatched as soon as action creator "fetchArticles" is being called? Currently it's being dispatched when you get a success response, one step too late. Isn't it?

lukaszszczepanski