Redux Toolkit Tutorial - 9 - Bind Action Creators

preview_player
Показать описание


📱 Follow Codevolution

Bind Action Creators in Redux
Redux Toolkit Tutorial
Рекомендации по теме
Комментарии
Автор

for those who watching Codevultion right now i would suggest also to watch the redux tutorial he is give almost the same examples with little bit changes but it will enhance your understanding and will not give the feeling of re watching the same tutorials.
i mention it from my experience it helped me a lot when i watched the redux tutorials he did in 2019 and then that one.

avivperets
Автор

Really really really good explanations. All throughout the series. Thanks!

rahulrao
Автор

Your voice very attractive and motivational

sharath-b-naik
Автор

Bind Action Creators - this function turns an object whose values are action creators (parameters), into an object with same 'keys' (return), but with every action creator wrapped into a dispatch call, so they can be invoked directly.

vigneshgvs
Автор

Hi, great video series!

However, I'm confused by your statement that 'back in the day' React codebases were separated into Container and Presentational components... it is my understanding that this is still best practice. And also the illustration you gave of the 'actions' being passed into presentational components as a prop, so that the presentational components don't know about Redux sounds very appealing; as changing which state management library you use down the line would be much easier using this structure.

s
Автор

how many videos are going to be in this series??

therevolution