Redux Toolkit Tutorial for React State Management

preview_player
Показать описание
Learn how to use Redux toolkit and React hooks for efficient state management in React applications.

Introducing Redux toolkit - 00:00:00
Setting up our app - 00:01:23
An overview of our app structure - 00:03:24
Setting up Redux toolkit - 00:06:30
How Redux works - 00:09:09
Creating a Redux slice - 00:11:45
Putting our Redux slice to use - 00:15:51
Creating a Redux store - 00:17:02
Making our Redux store accessible - 00:18:52
Accessing our Redux store in the Gallery component - 00:20:01
Adding data to our Redux store - 00:22:18
Wrapping up - 00:25:17

#webdevelopment #programming #softwareengineering #computerscience #frontend
Рекомендации по теме
Комментарии
Автор

Cool! I wait your next video about thunk and saga

RinatWOT
Автор

slice.js line 9. you're directly mutating posts state. bad approach, very bad.

windwardhive