React state management crash course | Zustand

  Рет қаралды 61,838

Hitesh Choudhary

Hitesh Choudhary

Күн бұрын

Пікірлер: 73
@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.
@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
@maskman4821
@maskman4821 2 жыл бұрын
This is the best Zustand tutorial, thank you so much 🙏
@sundeeepu
@sundeeepu Жыл бұрын
Zustand is amazing, Thanks for making this tutorial sir.
@technicallytorion
@technicallytorion Жыл бұрын
How do you get the animation within your terminal from every keystroke?
@MrArod1207
@MrArod1207 Жыл бұрын
Thank you for this crash course!
@ravidubey6817
@ravidubey6817 Ай бұрын
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?
@shubhamchavan8226
@shubhamchavan8226 22 күн бұрын
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?
@atulmourya7130
@atulmourya7130 3 ай бұрын
Dont let that accent fool you, sir can also teach us in hindi with same ease. thank you sir ❤!
@HiteshCodeLab
@HiteshCodeLab 3 ай бұрын
Seems like you don’t know about “chai aur code” KZbin channel
@ravidubey6817
@ravidubey6817 Ай бұрын
What about async operations? Like extraReducers asyncThunks does in Redux toolkit
@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.
@imamansoni
@imamansoni 2 жыл бұрын
Can't wait for the next video, sooo good 👍🔥
@stavroskefaleas6320
@stavroskefaleas6320 2 жыл бұрын
Thank you for the tutorial. May I ask you what hardware are you using?
@sayantanX
@sayantanX Жыл бұрын
Thank you Hitesh sir
@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
@sky_kryst
@sky_kryst 2 жыл бұрын
Underrated library, that’s for the video
@gamingwolf3385
@gamingwolf3385 Жыл бұрын
15:27 this bug can be avoided by using typescript , Yes i know Hitesh you use js only for learning purposes
@redcrowcrow3929
@redcrowcrow3929 2 жыл бұрын
Another superb quality video
@lutfiikbalmajid3128
@lutfiikbalmajid3128 2 жыл бұрын
I love zustand. Its easy to use and powerful
@gabrielcampos6751
@gabrielcampos6751 Жыл бұрын
I'm having trouble creating multiple stories with persist. In my application is happening cicular error.
@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
@johndevnoza4223
@johndevnoza4223 10 ай бұрын
this is very very helpful, the way u explain, btw i get errors, about map or filter, it says THEY ARNT a function.
@sumitpanwar9695
@sumitpanwar9695 2 жыл бұрын
The gray t-shirt is kind of die after joining i neuron
@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 .
@harshvardhansankpal716
@harshvardhansankpal716 7 ай бұрын
should have told at the start only, that the prerequisite is redux toolkit, u just skimmed persist and devtools and middlewares
@vergil_389
@vergil_389 Жыл бұрын
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.
@coolwithsaquibaquib
@coolwithsaquibaquib 2 жыл бұрын
Love to see you 🤩
@ssuriyaprakash1
@ssuriyaprakash1 2 жыл бұрын
Your shirts dope. Who is your costume designer?😅
@fayismahmood8612
@fayismahmood8612 2 жыл бұрын
Jotai or Recoil would be better for atomic state management in my opinion
@aravind_k28
@aravind_k28 2 жыл бұрын
Hey this is what redux toolkit does, right?
@ravidubey6817
@ravidubey6817 Ай бұрын
Yes, almost same, it has slices and inside it state and reducers... But Redux toolkit requires react-redux package!
@roeishoustak379
@roeishoustak379 2 жыл бұрын
Hi man, THX for the tut. it is amazing. Can you please share us with your theme name? THX!
@harshvardhanshete1170
@harshvardhanshete1170 2 жыл бұрын
can anybody tell me the name of the extension which generate kind of bubbles while typing in terminal ?
@dmrishabh
@dmrishabh 2 жыл бұрын
Please share updated color of techer theme
@arpankumarpal2097
@arpankumarpal2097 2 жыл бұрын
Video quality 🙌
@HiteshCodeLab
@HiteshCodeLab 2 жыл бұрын
Thanks 😁
@sudarshanv9797
@sudarshanv9797 2 жыл бұрын
can you do a video on vitejs with react?
@kirangudigar5394
@kirangudigar5394 Жыл бұрын
Which theme do you use for ur vscode
@mallikarjunkatakam5671
@mallikarjunkatakam5671 2 жыл бұрын
What is the theme for vscode and terminal?
@jalluchakri1528
@jalluchakri1528 3 ай бұрын
Nice shirt friend
@aheedkhan8249
@aheedkhan8249 10 ай бұрын
i want that terminal theme for my windows terminal😭😭😭
@yashrajanshukla7790
@yashrajanshukla7790 2 жыл бұрын
That quality 😍😍😍
@HiteshCodeLab
@HiteshCodeLab 2 жыл бұрын
😁😁
@sksagar2090
@sksagar2090 2 жыл бұрын
Where the CSS file Attached?
@amroeloks8745
@amroeloks8745 2 жыл бұрын
awesome 😁
@_parassolanki
@_parassolanki 2 жыл бұрын
Jotai is also good as state management..
@PUSHPENDRASINGHDIGITAL
@PUSHPENDRASINGHDIGITAL 2 жыл бұрын
Learn about Blockchain technology
@DexterTalha
@DexterTalha 2 жыл бұрын
First❤️
@sivaram6897
@sivaram6897 2 жыл бұрын
First 😍
@marcomontilla9301
@marcomontilla9301 2 жыл бұрын
What font do you use for the VS Code
@khalid_aziz.
@khalid_aziz. 2 жыл бұрын
🔥🔥🔥
@avinashkumar8306
@avinashkumar8306 2 жыл бұрын
Helpful
@adarsh-chakraborty
@adarsh-chakraborty 2 жыл бұрын
Can anyone tell me the theme & font name please?
@himanshudevliyal-gv4sq
@himanshudevliyal-gv4sq 2 ай бұрын
bhai hindi me to dalteee react series me
@mrrishiraj88
@mrrishiraj88 2 жыл бұрын
👍👍
@honefone
@honefone Жыл бұрын
zustand means 'state' in german
@elamandeep
@elamandeep 2 жыл бұрын
what about react query ??
@khalid_aziz.
@khalid_aziz. 2 жыл бұрын
First comment 😍🔥
@divinitytechnology2776
@divinitytechnology2776 2 жыл бұрын
Nice shirt
@Rishusrivastava519
@Rishusrivastava519 2 жыл бұрын
you are still providing crash course😅
@HiteshCodeLab
@HiteshCodeLab 2 жыл бұрын
Of course
@workflowinmind
@workflowinmind Жыл бұрын
starting @ 7:55
@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
Рет қаралды 19 М.
Zustand React State Management Course (Simple Redux Alternative)
1:15:24
freeCodeCamp.org
Рет қаралды 124 М.
Миллионер | 2 - серия
16:04
Million Show
Рет қаралды 1,9 МЛН
MY HEIGHT vs MrBEAST CREW 🙈📏
00:22
Celine Dept
Рет қаралды 106 МЛН
I tricked MrBeast into giving me his channel
00:58
Jesser
Рет қаралды 27 МЛН
Zustand State Management in React (Better than Redux?)
20:24
Classsed
Рет қаралды 49 М.
🎉Zustand - Complete React State Management Tutorial
28:50
NextJS 15 just got rolled out for Production 🤔
19:16
Hitesh Choudhary
Рет қаралды 26 М.
Journalist Completely Dismantles a State Department Official in a Heated Argument.
10:52
Zustand Tutorial for Beginners - The Only Course You Will Ever Need
1:10:21
Zustand - Complete Tutorial
19:27
Cosden Solutions
Рет қаралды 98 М.
Why I Moved from React Redux to Zustand and Why You Should Too!
19:24
Flutter Forked | Flutter++ is here
16:20
Hitesh Choudhary
Рет қаралды 21 М.
Learn Redux Toolkit in under 1 hour
58:10
Hitesh Choudhary
Рет қаралды 146 М.
Миллионер | 2 - серия
16:04
Million Show
Рет қаралды 1,9 МЛН