React state management crash course | Zustand

  Рет қаралды 68,693

Hitesh Choudhary

Hitesh Choudhary

Күн бұрын

Пікірлер: 74
@HiteshCodeLab
@HiteshCodeLab 2 жыл бұрын
Code files: github.com/hiteshchoudhary/Zustand-crash-course
@tech_wizard9315
@tech_wizard9315 2 жыл бұрын
1st time seeing any of your course without grey tshirt 😁😁
@TheTechieEngineer
@TheTechieEngineer 2 жыл бұрын
After Getting Married Life Is So Colourful 🤣🔥
@ajiteshmishra
@ajiteshmishra 2 жыл бұрын
100 cr me company bech ke bhi admi ka jivan rangin na ho tab kab hoga
@thebunsenburner
@thebunsenburner Жыл бұрын
Better than their online tutorial. Thank you.
@saketabhishek5147
@saketabhishek5147 2 жыл бұрын
The level of video quality is awsome. Great quality hitesh.Thanks for video.
@maskman4821
@maskman4821 2 жыл бұрын
This is the best Zustand tutorial, thank you so much 🙏
@prashantindurkar
@prashantindurkar 2 жыл бұрын
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
@HiteshCodeLab
@HiteshCodeLab 2 жыл бұрын
Thanks
@technicallytorion
@technicallytorion Жыл бұрын
How do you get the animation within your terminal from every keystroke?
@sundeeepu
@sundeeepu Жыл бұрын
Zustand is amazing, Thanks for making this tutorial sir.
@imamansoni
@imamansoni 2 жыл бұрын
Can't wait for the next video, sooo good 👍🔥
@MrArod1207
@MrArod1207 Жыл бұрын
Thank you for this crash course!
@redcrowcrow3929
@redcrowcrow3929 2 жыл бұрын
Another superb quality video
@abhishekkhatana1256
@abhishekkhatana1256 2 жыл бұрын
1st time Hitesh without grey t-shirt 😁😁😁
@kimbapslayer1995
@kimbapslayer1995 2 жыл бұрын
So basically adding all the methods you'd need in your program in the store is just like extracting your functions in separate files? That's really cool if I'm understanding that right.
@ravidubey6817
@ravidubey6817 4 ай бұрын
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?
@sky_kryst
@sky_kryst 2 жыл бұрын
Underrated library, that’s for the video
@vergil_389
@vergil_389 2 жыл бұрын
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.
@ravidubey6817
@ravidubey6817 4 ай бұрын
What about async operations? Like extraReducers asyncThunks does in Redux toolkit
@lutfiikbalmajid3128
@lutfiikbalmajid3128 2 жыл бұрын
I love zustand. Its easy to use and powerful
@stavroskefaleas6320
@stavroskefaleas6320 2 жыл бұрын
Thank you for the tutorial. May I ask you what hardware are you using?
@nandkumargangai
@nandkumargangai 2 жыл бұрын
Hi, You can use vite js for creating new project. It is tooooo much faster than CRA.
@lutfiikbalmajid3128
@lutfiikbalmajid3128 2 жыл бұрын
Yeah, more configurable, if want to add custom configuration to webpack
@gabrielcampos6751
@gabrielcampos6751 2 жыл бұрын
I'm having trouble creating multiple stories with persist. In my application is happening cicular error.
@sayantanX
@sayantanX Жыл бұрын
Thank you Hitesh sir
@atulmourya7130
@atulmourya7130 5 ай бұрын
Dont let that accent fool you, sir can also teach us in hindi with same ease. thank you sir ❤!
@HiteshCodeLab
@HiteshCodeLab 5 ай бұрын
Seems like you don’t know about “chai aur code” KZbin channel
@harshvardhanshete1170
@harshvardhanshete1170 2 жыл бұрын
can anybody tell me the name of the extension which generate kind of bubbles while typing in terminal ?
@kimbapslayer1995
@kimbapslayer1995 2 жыл бұрын
I'd really like to see zustand incorporated with a bssic Firebase app. How to use zustand to hold authentication ststus and user info etc .
@shubhamchavan8226
@shubhamchavan8226 3 ай бұрын
Hey Actually I have one question If you have object in that array then How can we set value into that? const initialState = { conutry:[], filter:{ centralRegion:[] } } Now tell me How can set the values into the centralRegion?
@sumitpanwar9695
@sumitpanwar9695 2 жыл бұрын
The gray t-shirt is kind of die after joining i neuron
@coolwithsaquibaquib
@coolwithsaquibaquib 2 жыл бұрын
Love to see you 🤩
@johndevnoza4223
@johndevnoza4223 Жыл бұрын
this is very very helpful, the way u explain, btw i get errors, about map or filter, it says THEY ARNT a function.
@kirangudigar5394
@kirangudigar5394 2 жыл бұрын
Which theme do you use for ur vscode
@gautam_nath
@gautam_nath 2 жыл бұрын
Noted: __________________________________ set( (state) => ({ //code }) ) these ( ) brackets after arrow is compulsory I re-wrote my components thrice just for these tiny brackets
@EugeneLeslieAcquaye
@EugeneLeslieAcquaye 2 ай бұрын
Is this in javascript or typescript
@ssuriyaprakash1
@ssuriyaprakash1 2 жыл бұрын
Your shirts dope. Who is your costume designer?😅
@aravind_k28
@aravind_k28 2 жыл бұрын
Hey this is what redux toolkit does, right?
@ravidubey6817
@ravidubey6817 4 ай бұрын
Yes, almost same, it has slices and inside it state and reducers... But Redux toolkit requires react-redux package!
@harshvardhansankpal716
@harshvardhansankpal716 10 ай бұрын
should have told at the start only, that the prerequisite is redux toolkit, u just skimmed persist and devtools and middlewares
@dmrishabh
@dmrishabh 2 жыл бұрын
Please share updated color of techer theme
@arpankumarpal2097
@arpankumarpal2097 2 жыл бұрын
Video quality 🙌
@HiteshCodeLab
@HiteshCodeLab 2 жыл бұрын
Thanks 😁
@mallikarjunkatakam5671
@mallikarjunkatakam5671 2 жыл бұрын
What is the theme for vscode and terminal?
@fayismahmood8612
@fayismahmood8612 2 жыл бұрын
Jotai or Recoil would be better for atomic state management in my opinion
@marcomontilla9301
@marcomontilla9301 2 жыл бұрын
What font do you use for the VS Code
@sudarshanv9797
@sudarshanv9797 2 жыл бұрын
can you do a video on vitejs with react?
@gamingwolf3385
@gamingwolf3385 Жыл бұрын
15:27 this bug can be avoided by using typescript , Yes i know Hitesh you use js only for learning purposes
@sksagar2090
@sksagar2090 2 жыл бұрын
Where the CSS file Attached?
@adarsh-chakraborty
@adarsh-chakraborty 2 жыл бұрын
Can anyone tell me the theme & font name please?
@yashrajanshukla7790
@yashrajanshukla7790 2 жыл бұрын
That quality 😍😍😍
@HiteshCodeLab
@HiteshCodeLab 2 жыл бұрын
😁😁
@roeishoustak379
@roeishoustak379 2 жыл бұрын
Hi man, THX for the tut. it is amazing. Can you please share us with your theme name? THX!
@elamandeep
@elamandeep 2 жыл бұрын
what about react query ??
@amroeloks8745
@amroeloks8745 2 жыл бұрын
awesome 😁
@_parassolanki
@_parassolanki 2 жыл бұрын
Jotai is also good as state management..
@aheedkhan8249
@aheedkhan8249 Жыл бұрын
i want that terminal theme for my windows terminal😭😭😭
@jalluchakri1528
@jalluchakri1528 6 ай бұрын
Nice shirt friend
@avinashkumar8306
@avinashkumar8306 2 жыл бұрын
Helpful
@honefone
@honefone 2 жыл бұрын
zustand means 'state' in german
@khalid_aziz.
@khalid_aziz. 2 жыл бұрын
🔥🔥🔥
@PUSHPENDRASINGHDIGITAL
@PUSHPENDRASINGHDIGITAL 2 жыл бұрын
Learn about Blockchain technology
@mrrishiraj88
@mrrishiraj88 2 жыл бұрын
👍👍
@himanshudevliyal-gv4sq
@himanshudevliyal-gv4sq 4 ай бұрын
bhai hindi me to dalteee react series me
@divinitytechnology2776
@divinitytechnology2776 2 жыл бұрын
Nice shirt
@Rishusrivastava519
@Rishusrivastava519 2 жыл бұрын
you are still providing crash course😅
@HiteshCodeLab
@HiteshCodeLab 2 жыл бұрын
Of course
@khalid_aziz.
@khalid_aziz. 2 жыл бұрын
First comment 😍🔥
@workflowinmind
@workflowinmind Жыл бұрын
starting @ 7:55
@sivaram6897
@sivaram6897 2 жыл бұрын
First 😍
@DexterTalha
@DexterTalha 2 жыл бұрын
First❤️
@spsdarinda4834
@spsdarinda4834 Жыл бұрын
very bad teaching . i am unable to understand what going on here
React state management crash course | Zustand | Part 2
13:04
Hitesh Choudhary
Рет қаралды 20 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
React Redux Toolkit
28:17
Piyush Garg
Рет қаралды 103 М.
Zustand React State Management Course (Simple Redux Alternative)
1:15:24
freeCodeCamp.org
Рет қаралды 130 М.
Why Everyone Loves Zustand
29:27
Theo - t3․gg
Рет қаралды 119 М.
Learn useState In 15 Minutes - React Hooks Explained
15:45
Web Dev Simplified
Рет қаралды 1,2 МЛН
React Native State Management: Zustand + MMKV = 🔥
1:14:26
Simon Grimm
Рет қаралды 27 М.
Zustand State Management in React (Better than Redux?)
20:24
Classsed
Рет қаралды 50 М.
Why I Moved from React Redux to Zustand and Why You Should Too!
19:24
Zustand - Complete Tutorial
19:27
Cosden Solutions
Рет қаралды 117 М.
React State Management with Zustand & TypeScript
1:04:35
Anson the Developer
Рет қаралды 6 М.
State Managers Are Making Your Code Worse In React
13:33
Web Dev Simplified
Рет қаралды 215 М.