React Redux with TypeScript Crash Course - 2021

preview_player
Показать описание
This is a 45-minute crash course aimed to teach you React Redux with TypeScript in great detail.

Second Channel:

Git Repo:

Timelines:
0:00 - Intro
1:25 - Create a TypeScript React App
2:57 - Typing Reducers
13:44 - Organizing Files
22:31 - Typing Action Creators
32:00 - Typing Dispatch
Рекомендации по теме
Комментарии
Автор

Your channel is a hidden gem. So many cool topics you cover. Don't stop grinding you're gonna blow up.

als
Автор

Man, your channel deserves more subscribers. The level of clarity that you give deserves 10million subscribers. Anyways, I'm so glad that i discovered your channel, will support this channel always!

Keep up the good work!

aeganaden
Автор

Thank you for you content--your channel's helped me SO much! Easy to follow and understand & very thorough 👏🏼 I've watch this video and the two others you recommended, and I'm blown away by how quickly I'm picking up what you're putting down! You're a great instructor, thanks again!

itsmiemusic
Автор

It would help a lot if you give us the GIT repository to have a reference when it comes to bug handling. Or maybe at the end of the tutorial, to show all code in a few seconds so we can see where we have made a mistake. Btw, thank you for this.

ahmedkrdzalic
Автор

Thank you so much transitioning from react js w/ redux to react ts w/ redux had been hard but this video made everything clear. Very well put explaination and easy to understand :D

boswellorendain
Автор

The quality is actually so freaking good :)

sujantkumarkv
Автор

Woah ❤️ this video is awesome, happy that you didn't start explaining what Redux is in this video again 😄

sarcasticdna
Автор

I came from vue world and I'm able to digest this content really easily, thanks.

diegoskbt
Автор

Great tutorial thank you. Only question I have is about using index files for organisation. This is not the place for discussion about best practice naming conventions for Interfaces and their Implementations, or deep concepts of object orientation. Yet someone new to TS concepts may get more benefit if the interfaces were placed in a file named more appropriately, such as accountActionInterfaces or something similar.

dominiccohen
Автор

You are a mentor to me but just few points:

1. You don't need types for redux-thunk as Redux Thunk provides its own type definitions.
2. You can put the interfaces in "__.d.ts" files and you don't have to import or export it then

Atif
Автор

29min in and just wow 😲 typescript is a bit tricky. This clears things up

preciousbey
Автор

if you do a e-commerce project with TS + react + redux would be amazing

andrewspatrick
Автор

The best redux tutorial I have seen (I saw many!). You got a new subscriber.

arkmy
Автор

Amazing guide. Really helpful to understand how redux works with react and typescript. Thank you!

Balistick
Автор

Thanks a lot dude! Documentations and articles makes it so complicated but you made it so simple

RampageVds
Автор

Good tutorial. I suggest your next tutorial would be react-redux typescript using redux toolkit.

khertgeverola
Автор

very well explained....please bring one project with react - redux with typescript.

ankitvasita
Автор

Thanks, for this tutrial looking forward to sagas as thunk can be a pain in some situations.

ashwinnair
Автор

I just starting learning react and redux. your videos are great!

svetoslavivanov
Автор

Thanks very much, I used this to refresh my react types experience, very clear.

MrAndykofi