Redux Actions & Redux Action Creators & Redux Async Actions

preview_player
Показать описание
In this video you will learn everything that you need to know about Redux actions. It's Redux actions and Redux action creators, action types, and redux async actions. The basics of Redux are actions that we dispatch. To reuse types of our Redux actions we create sharable action types. Action creators are just functions that create for us Redux actions. This help us to reuse actions everywhere and fit nicely with mapDispatchToProps.

Last but not least are Redux async actions which we will implement using redux thunk library. Making API call is the most common usage of async actions and we will try how it is working on the real example.

FOLLOW ME

VIDEO CHAPTERS
0:00 Intro
2:20 Redux actions
3:04 Redux action creators
6:35 Redux Action types
9:24 Redux Async actions
16:36 Fetching data from API in Redux

REFERENCES

RECOMMENDED VIDEOS

STUFF I USE

Disclosures: All opinions are my own. Sponsors are acknowledged. Some links in the description are affiliate links that if you click on one of the product links, I’ll receive a commission at no additional cost to you. As an Amazon Associate I earn a small commission from qualifying purchases.
Рекомендации по теме
Комментарии
Автор

Amazing explantion as always! Thank you

fightscene
Автор

Im following this serie closely, so far I understand everything! Thank you so much for making it this easy to understand !!!

iRaionSama
Автор

Redux adds unnecessary complexity. That's why I use the Context api and hooks.

benzemamumba