01 React + Redux Toolkit tutorial : configureStore

preview_player
Показать описание




In this video we will first create a basic React application and add Redux to it. And then convert it to start using Redux toolkit (RTK), also install the required packages from npm

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬

0:00 - Intro
00:26 - Installation
4:00 - Cute Cat React Component
6:00 - Mood Reducer
8:03 - Read Redux state
10:18 - createStore
13:10 - Reduxjs Toolkit
14:32 - RTK Installation

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

Thanks for installation process. Cant wait for next video 🦄

sejalredekar
Автор

I'm just getting started into react, redux and this video surely helped. Redux tookit is very handy, will add in my side projects. Looking forward to the next one.

abhilashmishra
Автор

react-kawaii isn't currently compatible > react 16. Running this after you install could do the trick to get it working. npm install --save --legacy-peer-deps react-kawaii

robhitt
Автор

Great introducing video about rtk and testing redux state. It would be nice if you share the source code. Thank you.

briancoder
Автор

Can you create this playlist In next js typescript

dev_Beginners