Redux is this easy now? (with redux-toolkit)

preview_player
Показать описание
0:00 Cringy intro
0:28 What is Redux?
5:33 Getting started

❤️ Become a Patron and help the channel grow

⌨️ Source Code (to start tutorial)

⌨️ Source Code (complete)

📄 Why and when to use Redux

🐦 Follow on Twitter

👨‍👨‍👦 Join the Discord Server

🌍 Sign up for exclusive content
Рекомендации по теме
Комментарии
Автор

Finally! I remember requesting this tutorial many days ago

rahulsriram
Автор

im using redux toolkit for like 3 months now
its really really good and easy
edit: forgot to tell u thanks for all the hard work
god bless u

salemouail
Автор

in 8:38 when he move the store.js, the import path in App.js is automatically changed. is this a vscode extension or other thing? can anyone tell me, plz

baiweichen
Автор

Amazing tutorial. Way clearer than most Redux Toolkit tutorials. I'm definitely replacing Zustand with Redux Toolkit in one of my apps as the dev tools looks amazing and the api seems very clean for RDTK.

ubxoqzb
Автор

Man you’re just a blessing to this world

rahulkumartapdiya
Автор

Thanks Ahmed for this cool tutorial. Really helpful.

Shakeel
Автор

Thanks men. I am currently moving one project from ContextApi to Redux. This is gonna help alot.

epouivan
Автор

17:15 pretty interesting XD

Thanks for the tutorial man

anshshrivastava
Автор

I was already using for the past two months and it's really cool but I was wondering why no one is talking about it.

ahmaat
Автор

Thank you so much for this video, the info you shared is awesome. 💪💪

usamnetabdu
Автор

Which theme are you using in this tutorial ??

manishankarmandal
Автор

Hey, I think the proper way to handle async action in redux is use middleware (in rtk - redux thunk)

aprou
Автор

Awesome! Can I get persistent state management with Redux? :)

worldclasscode
Автор

Would this work well with webext-redux when making browser extension?

christianaustria
Автор

Amazing tutorial. Can you please do a tutorial where you can add from multiple drop selection on to the list. So instead of typing in the input they can pick the options from a dropdown menu. please do in redux toolkit thanks

amzykhan
Автор

Why are you creating the fetchContacts function *outside* the useEffect?

MaksymMinenko
Автор

Such a great improvement!!! much more close to zustand logic!!

meherslimeni
Автор

I think that toolkit is too abstract compared to traditional redux. It's true that you get that less verbose workflow but you will have issues understanding the processes behind it.

tarasicristiandrei
Автор

Great job! Why are you making api calls in the components? Why not use something like redux-thunk?

uzochukwuamarabenneth
Автор

Why not use ThunkApi to handle the async calls on RTK

ceralguy