Connecting React & Redux - Redux Tutorial #7

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


-~-~~-~~~-~~-~-
Also watch: "Tailwind CSS - why CSS utility classes save so much time"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

As a developer who did not use redux with react and react-native before: Simple, elegent, minimalistic and straight-forward. Amazing job, thank you!

yurikhomyakov
Автор

I have to admit that I was dumbfounded when it came to redux. I was utterly confused and had no idea how to even start to get a grasp on it. This 7 step tutorial was AMAZING. I'm trying to build a mobile app with react-native for work and redux seemed like the best solution for state management and now I can actually put it to use.

DanielConroy
Автор

I saw redux as a very difficult thing. After watching this i have changed my mind. Very well explained.

samanshakya
Автор

Hands-down, the best tutorial for a beginner to understand Redux!

neoreloading
Автор

Best tutorial to understand Redux. Other YouTubers are trying hard but failing miserably.

kedarnadkarny
Автор

I really liked this series. I couldn't understand redux before, but with you going step by step on adding more complexity on each video, I think I'm ready to move on now.
A big thank you!

ImadYaici
Автор

The best explanation you can find of redux for apps in real life. Really thanks for this video series of Redux/React-Redux.
Just Great!!.

HanselMorales
Автор

Thanks for the tuts, Will!
Dan Abramov actually advised against decorators since theyre just expiremental features. Another solution would be:
export class Layout extends Component{
//...
}

export const LayoutContainer = connect(..)(Layout)

The Layout is not polluted, you can still test it but u also have ur smart component that is connected to the store.

piq-dgvz
Автор

Thanks man... Its littlebit painfull in starts (React tutorials) because of few things changed from time you recorded this series, but you got me into it and I am really happy, because without your tutorials I would never be able to get started with React or any kind of JS framework

BaterieCZ
Автор

2018 here. Still one of the best series on Redux I've found. Thank you!

nathanbivens
Автор

Much gratitude. You have a talent in teaching and bringing everything together in a way I weren't able to fully understand before.

OmarGravity
Автор

watched the whole series. conceptually perfectly explains what I wanted to solve (sharing data between unrelated components). really helpful

JazevoAudiosurf
Автор

I have been looking at several Redux tutorials and this hands down is the best one so far. It answered all my questions I had while following through the tutorial and assumes you know very little.

Thanks Will!

randomkoolstuff
Автор

I just want to say a big thank you for explaining react to me. Your videos are great and I've been able to understand how react works step by step. This is exactly what I've been looking for. So big thanks for your work.

Xmp
Автор

The best of the best! I took a whole course of react-redux on PluralSight and this simple course is way better than the one in PluralSight! TOP NOTCH!

alexisdvt
Автор

12:00 "its really really simple" yea when you know how!

great series of videos and i'm starting to see the light that is redux, thankyou!

finbarmaginn
Автор

I would kill for a Node + React + Redux with server-side rendering tutorial series made by you.

vectorfield
Автор

Really well explained.. Coming from angular background this for some reason has been difficult to grasp, but damn it feels simple now! Thanks. Keep up the good work.

scorchio
Автор

That was splendid ! One of the best tutorial series I have come across . Thanks!

NitishMehta
Автор

I think this set of tutorial is even much better than the one created by Dan Abramov. Thanks, Will.

ChangYan