React state management crash course | Zustand

preview_player
Показать описание
Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.

All the learning resources such as code files, documentations, articles and community discussions are available on our website:

You can find our discord link, github link etc on the above website.

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

1st time seeing any of your course without grey tshirt 😁😁

tech_wizard
Автор

How do you get the animation within your terminal from every keystroke?

technicallytorion
Автор

Thanks sir i was learning Zustand but there is not a good resources to learn thank you for the crash course
and nice studio Love it

prashantindurkar
Автор

Better than their online tutorial. Thank you.

thebunsenburner
Автор

The gray t-shirt is kind of die after joining i neuron

sumitpanwar
Автор

What about async operations? Like extraReducers asyncThunks does in Redux toolkit

ravidubey
Автор

I am looking zustand for first time and I must that it is almost similar to Reduc toolkit and I guess the state and reducers are directly defined inside store instead of slices!

I have a query that is zustand also uses immerse library under the hood for state cloning?

ravidubey
Автор

The level of video quality is awsome. Great quality hitesh.Thanks for video.

saketabhishek
Автор

bhai hindi me to dalteee react series me

himanshudevliyal-gvsq
Автор

i want that terminal theme for my windows terminal😭😭😭

aheedkhan
Автор

very bad teaching . i am unable to understand what going on here

spsdarinda
Автор

1st time Hitesh without grey t-shirt 😁😁😁

abhishekkhatana
Автор

Zustand is amazing, Thanks for making this tutorial sir.

sundeeepu
Автор

this is very very helpful, the way u explain, btw i get errors, about map or filter, it says THEY ARNT a function.

johndevnoza
Автор

Hi, You can use vite js for creating new project. It is much faster than CRA.

nandkumargangai
Автор

I used the same counter logic as mentioned in the Zustand documentation to make a application with two routes.
/one - where it shows the no.of bears in the area.
/two - with the button click.

But for the button click on /two it doesn't increment the count on button one. Can anyone help me with this.

vergil_
Автор

15:27 this bug can be avoided by using typescript,
Yes i know Hitesh you use js only for learning purposes

gamingwolf
Автор

Noted:


set(
(state) => ({
//code
})
)

these ( ) brackets after arrow is compulsory

I re-wrote my components thrice just for these tiny brackets

gautam_nath
Автор

should have told at the start only, that the prerequisite is redux toolkit, u just skimmed persist and devtools and middlewares

harshvardhansankpal
Автор

I'm having trouble creating multiple stories with persist. In my application is happening cicular error.

gabrielcampos