No BS TS #27 -Typescript/React - Redux Toolkit

preview_player
Показать описание
We get into the OG React state manager, Redux, and look how to use it with Redux Toolkit and keep it typed with Typescript.

00:00 Introduction
00:43 Redux toolkit
01:34 Creating the store
01:58 Providing the store
03:34 Redux slices
05:10 Creating the actions
07:28 Adding reducer to the store
08:06 Creating a selector
09:10 Consuming the store
10:53 Creating a second consumer
12:52 Redux devtools
13:16 Outroduction

👉 What's my theme? Night Wolf [dark blue]
👉 What's that font? MonoLisa

💢 Watch our other videos:

Thank you for watching this video, click the "SUBSCRIBE" button to stay connected with this channel.

#typescript #NoBSTS #react #redux
Рекомендации по теме
Комментарии
Автор

I am starting a new react project from scratch and thank this series I will be using typescript with redux-toolkit with confidence. I used plain redux before and this looks so much cleaner and easy to follow. The way you teach is really great, thanks A LOT Jack!

RandomMcLain
Автор

Why I like your video?
You are not just telling what to do, but you are teaching how to read documentation too, that is most important steps to be a developer, watching you as how to use development is what i learnt.

govinda
Автор

I've watched this entire series from the start. This is EXCELLENT stuff, Jack. Hopefully, you can explore Redux toolkit with typescript further.

avneet
Автор

I was trying for about 4 days to find good example of use typescript + redux toolkit and I was so lucky to come here :D
Best tutorial ever, gr8 teacher, i hope you get 1 000 000 subs soon!! You deserve it :)

Dajmanable
Автор

Have a comment just because I enjoy your videos! I come from an Angular/Vue background and moved to react, and your state videos really helped getting an overview of what to use for a bigger project! Keep it up.

roulzhq
Автор

Thank's a lot <3

Fast tutorial and i can continue my project :)

patrykkuniczak
Автор

I have learned a lot about typescript and react in this series, I had not implemented the redux toolkit. Thanks Jack

briandevs
Автор

Very well explained. Really helped me with my typescript issues on Redux. Love it.

timelessChronicles
Автор

This is so fun to watch easy to understand explaining in details. This has enhanced my understanding of redux

clikhamitsolutions
Автор

Respect! These videos are the best free resources I've come across! It's just a huge bonus that they actually have great examples to cement them

davidzahiri
Автор

Great work, many thanks Jack! (this comment is for you and for youtube algorithm)

abssamadel
Автор

As always great content much appreciated.

dolusdirectu
Автор

Love it! A suggestion for a future video is how to type custom Redux Toolkit middleware...

alignsource
Автор

Thanks a lot, this video clarify my path trough redux

rafaelboschini
Автор

Thank you so much, this tutorial was gold!

robertpietraru
Автор

Its worth watching the video . Could you please make videos on standard practices while using reacttoolkit and unit testing using jest and react-testing library

PramodKHARADE-yjbf
Автор

You manage to realize a concept demo redux, in ts under 15 mins in a concise and clear fashion.

Given the other tuts do it in 40-70 mins or more I find this impressive af.

One thing that I recommend.
Do NOT allocate id based on array length.
This will break as soon as you delete one.

Just whip up a randId function instead.

darkmift
Автор

Thank you very much, sir. you saved me

shahrulsaifuddin
Автор

This really does simplify approaching Redux in TypeScript. Just need to read up on how you work with Async actions using Redux-Toolkit.

SeanCassiere
Автор

Cool, I'll try to implement it on an Auth system! cheers!

clusterbyblocks