Simple App with Redux #1 - Redux for Beginners

preview_player
Показать описание
In this video I introduce the series and explain redux with a small sample.
Рекомендации по теме
Комментарии
Автор

Just as others have stated, after watching so many React Redux tutorials I find yours the best coz it's clean and goes right to the basic. Best React Redux tutorial on Youtube definitely.

moy
Автор

I've watched like 3 redux tutorials now and they all teach it so fast and complicated but you explain it so well. I actually teach from a standing point of the student not knowing anything and thats what I love about this series.

kozmikhero
Автор

Thanks for great video. This is by far one of the best introductions to Redux that does not make you bang your head against the table. Keep it up. I am super new to redux so it was extremely helpful for me.

CodingAfterThirty
Автор

This was just what the doctor ordered. I just watched a 30 minute video previous to this. I only got through 17 minutes (about 90 minutes in real time) of it before I was over loaded and fairly confused. This does a better job of explaining what the basic pieces are doing. I feel better now.

showme
Автор

I've seen many video's on Redux but none of the video is as simple & super than yours. Awesome Job !!

chiranjeevisaride
Автор

Totally agree - the best intro to Redux from what I have seen so far!! Thanx

AlexanderMckinsey
Автор

You rock Eric..I watched bunch of videos on Redux...but this is awesome and keep rocking.

harikumaradatta
Автор

This really helped explain React Redux for me. Thanks Eric! You're a lifesaver.

mareksuchanski
Автор

Really good video. With simple examples redux is well taught.

prashantmestry
Автор

Nicely done. Very easy to follow along and I got a lot out of this first video

billnimmo
Автор

Best vedio to understand react & redux .. Thanks for sharing

Lakhansingh-ibiw
Автор

Thank you. This is by now the best simple explanation of Redux

Quit.....
Автор

Thanks man, finally I’ve understood how react-redux works!

cicciopasticcio
Автор

Thanks for excellent explanation of redux! Cleared my confusion.

rout
Автор

Great vid. Glad I found it. Was looking for a good Redux introduction video. Thank s.

mystupidbrain
Автор

Thank you!!! This makes soo much more sense after reading the more complicated examples!!

nikor
Автор

Was a perfect intro to redux, I found it very simple and helpful ... thx so much

mohamedtaboubi
Автор

FYI - it looks like react has deprecated allowing you to pass in the store as a prop to your custom Counter component. You must wrap the app in a Provider component that accepts the store as a property instead of passing it in directly to your custom components. Error message in the browser: Uncaught Error: Could not find "store" in the context of "Connect(Counter)". Either wrap the root component in a <Provider>, or pass a custom React context provider to <Provider> and the corresponding React context consumer to Connect(Counter) in connect options."

robertweber
Автор

This one is by far the best for redux react. thanks!

shijunli
Автор

Thanks for a great video and explanation, I'm new to redux and you kept it at a good level and made it easy to understand!

Karlponken