➡ My Frontend Interview Course - roadsidecoder.com/course-details (Use Coupon "ZUSTAND" for 60% Discount)
@ashwinnema063 ай бұрын
you took my comment on redux tutorial seriously and made this tutorial
@RoadsideCoder3 ай бұрын
yup
@saurabh-ny8cn3 ай бұрын
This video will help beginners to start with zustand. In the real world we use a slices pattern, and indexedDB for persisting. You can also create multiple stores based on requirements. Ex: a store which persists the data and another is not persisting.
@eleah26653 ай бұрын
I love Zustand. Thanks.
@ashwinumbarkar66253 ай бұрын
Thank you ❤
@kartikkaushik47433 ай бұрын
Thanks for it
@smartdriver29906 күн бұрын
Thanks
@tnpscbits84833 ай бұрын
Good one bro material ui seems easy fr me...
@vineetjadhav1785Ай бұрын
Great video
@RoadsideCoderАй бұрын
Thanks!
@0mb430Ай бұрын
Tutorial is just awesome but it would have been much cleaner If you would have not used material UI & typescript.
@Vardaanx73 ай бұрын
🔥🔥
@jhonsnow5343 ай бұрын
I got an internship frontend ( svelte) and accepted an offer letter in this market I did right? Cause master the domain not framework
@RoadsideCoder3 ай бұрын
ofcourse, svelte is great
@susinthirancny15703 ай бұрын
bro pls explain session storage and local Storage
@l105c.chandrasekhar73 ай бұрын
We need Graph QL tutorial
@abdurrahman83883 ай бұрын
Thanks, i needed it
@ujjwalmaheshwari23273 ай бұрын
Bhai ek baat btao maine pdha hai ki redux complex apps me jyada use hota hai aur zustand simple to moderate apps me Esa kyu?
@FAIZAN14213 ай бұрын
bhai zustand more than enough hy , redux khud hi complex h
@ujjwalmaheshwari23273 ай бұрын
@@FAIZAN1421 yeah but fir industry me redux kyu jyada use hota hai?
@zaidofficials3 ай бұрын
Why zustand when we have rtk
@SK_Covers3 ай бұрын
Easy to use
@zaidofficials3 ай бұрын
@@SK_Covers easier than rtk and redux?
@SK_Covers3 ай бұрын
@@zaidofficials ofcourse just try it out. You'll find it better.
@ujjwalmaheshwari23273 ай бұрын
@@zaidofficials yup
@zaidofficials3 ай бұрын
Do you Guys wanna join me in a project?
@tarundurbha53983 ай бұрын
do (nextjs+ mobx ) || (reactjs+mobx)
@PriyankBolia3 ай бұрын
don't think importing everything from store and destructuring it makes sense from performance point of view.
@RoadsideCoder3 ай бұрын
what would u recommend 👀 This is a small app
@PriyankBolia3 ай бұрын
@@RoadsideCoder Doesn't matter, in a production app, because the impact will be negligible, but in a tutorial app, I personally prefer more in depth things to explain clearly. There is just a single store and filled with various things, and each component is using 2 or 3 items, but will render when any store param will change. Instead of importing in a single line, destructure state in the useStore itself and use multi line import.
@RasmusSchultz17 күн бұрын
sorry, but this is by no means a "complete tutorial" - this was a very long video just to cover global stores, the most basic zustand feature, basically page 1 of the tutorial. 😐