Live! Mastering Typescript State Management using Redux

preview_player
Показать описание
We continue our series on state management with React and Typescript by looking at how to properly type Redux and Redux Thunk.

Hope you folks enjoy this!
👉 If you enjoy this video, please like it and share it.

💢 Watch our other videos:

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

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

I just found your channel and you have such excellent content. Going to dig through some of your videos and see what gold I can find. Appreciate it. See you soon!

CodingNuggets
Автор

As a complete beginner, I began learning HTML/CSS/JS a year ago, and React about 6 months ago. I've since built my portfolio and 5 accompanying projects. I'm now learning TypeScript as it seems inevitable it will become the standard for professional front end (at least) web development in the coming years. Your videos have helped me tremendously so far, and as you alluded to early on in this video there's a dearth of quality TS content on YouTube, so you're a head of the game there!

You mentioned Redux Toolkit in this video, I haven't checked yet but I wonder if you did follow up and release a video on that. Also for these 'vanilla Redux' videos it would've been beneficial to include the redux-devtools-extension so we could visually see the status of the state in that browser extension. I believe the mod is included 'out of the box' in Redux Toolkit.

Thanks again for all the great content provided on your channel.

dylan
Автор

Hi great topics but could you include react.fc with generics and class components, cuz sometimes I feel like you not saying something, greet from KZ

eduardbi
Автор

At 11:23 on line 9, you put "type_of ADD_TODO"... is that just a string? ADD_TODO is a constant that's a string, right? Or is there something bigger happening here?

DedicatedManagers