Zustand Tutorial for Beginners - The Only Course You Will Ever Need

  Рет қаралды 20,683

Code Genix

Code Genix

Күн бұрын

Пікірлер: 101
@codegenix
@codegenix 4 ай бұрын
What tutorial do you want to see next?
@prashlovessamosa
@prashlovessamosa 4 ай бұрын
app router
@codegenix
@codegenix 4 ай бұрын
A full stack nextjs application tutorial is on the progress.
@prashlovessamosa
@prashlovessamosa 4 ай бұрын
@@codegenix great 👍
@Raghav_Bajpai_
@Raghav_Bajpai_ 4 ай бұрын
Drizzle ORM full course 💨
@michaeloshinaike5733
@michaeloshinaike5733 3 ай бұрын
tanstack table with api call integration
@michaeloshinaike5733
@michaeloshinaike5733 3 ай бұрын
This is the most comprehensive zustand tutorial on youtube. Great Job
@codegenix
@codegenix 3 ай бұрын
You're welcome🙏
@codingjogo
@codingjogo 2 ай бұрын
I'm begginner in Zustand if I don't read docs and do some little things with it I will never understand this. Your explanation is perfect for people who knows the basics
@codingjogo
@codingjogo 2 ай бұрын
Btw, your video perfectly explain Zustand, thanks a lot!
@codegenix
@codegenix 2 ай бұрын
I'm SO glad you liked it ❤️🙏
@FatihOzkr
@FatihOzkr 17 күн бұрын
The most comprehensive Zustand tutorial on KZbin. Thank you brother for taking this tutorial that deep and understandable.
@codegenix
@codegenix 14 күн бұрын
You cannot imagine how much happy I am now. Thanks for your amazing feedback
@noNullMoments
@noNullMoments 3 ай бұрын
Call the library what you want as long you as keep making good , quality content. Keep it up
@codegenix
@codegenix 3 ай бұрын
I'm so glad you liked it. Thanks
@dimd8824
@dimd8824 Ай бұрын
Hello. how to type a wrapper function to add devtools in dev mode? so that devtools do not end up in production. const createStore = (fn, name) => { if(process.env.node_env === "development") { return create()(devtools(fn, name)) } return create(fn, name)) }
@digitalsahara6670
@digitalsahara6670 3 ай бұрын
man.... love thuis channel so much ! thanks for a great video again , perfectly timed too
@codegenix
@codegenix 3 ай бұрын
Much appreciated! I'm so happy now...
@masaratech
@masaratech 3 ай бұрын
This was really helpful, thank you for your efforts. You can add multiple shadcn components in one line like: npx shadcn-ui@latest input label drawer accordion
@codegenix
@codegenix 3 ай бұрын
I'm so glad you liked it🙏thanks for the trick
@RohitRaj-od3be
@RohitRaj-od3be 2 ай бұрын
My components folder and lib folder is creating at root directory inside @ and also it is not running could you please reply.
@codegenix
@codegenix 2 ай бұрын
@RohitRaj-od3be You can add this to your tsconfig file: "paths": { "@/*": ["./src/*"], "$/*": ["./*"] } then you can import your files at root level like: import { something } from "$/components/YourComponent.tsx
@roberthmejias
@roberthmejias Ай бұрын
What a tutorial 😎.... It's just what I needed 🥳!!! Thanks a lot for sharing this knowledge with us. You're a crack! 🤟
@codegenix
@codegenix Ай бұрын
Love you broooo😍❤️
@ShasHamood
@ShasHamood 3 ай бұрын
Thank you very Thank you I've been waiting for him impatiently
@codegenix
@codegenix 3 ай бұрын
You’re welcome 😊
@yourlinuxguy
@yourlinuxguy 2 ай бұрын
Thankyou so much for the tutorial once again. Kudos to you man!
@codegenix
@codegenix 2 ай бұрын
My pleasure!
@huseyinlora
@huseyinlora 3 ай бұрын
Great! Please continue to produce such comprehensive and beginner-friend tutorials bro! I'm following your contents regularly. They are great. Well done. Thanks. Recommendation: You can add timestamps for every certain part of the video!
@codegenix
@codegenix 3 ай бұрын
Thanks, will do!
@dedanmsafari8213
@dedanmsafari8213 3 ай бұрын
I loved this one..quite in depth.I love the coding standards enforced here. will combine it with react query to build cool stuff.Looking foward to more tutorials from you.Great job mate!
@codegenix
@codegenix 3 ай бұрын
I'm so glad that you liked it. Thank you very much. I really appreciate it
@yourlinuxguy
@yourlinuxguy 3 ай бұрын
@@codegenix Would love to see you do ReactQuery.
@K00000ry
@K00000ry 4 ай бұрын
Agha damet garm! Content Aaliye🙌
@codegenix
@codegenix 3 ай бұрын
Fadaye shoma🙏
@MonuYadav-yx3kd
@MonuYadav-yx3kd Күн бұрын
what font and theme are you using > I really like it
@codegenix
@codegenix Күн бұрын
The font is "JetBrainsMono Nerd Font" and the theme is Dracula bro👌
@jayadky5983
@jayadky5983 3 ай бұрын
Great videos on the channel brother🔥keep up the good work. Subscribed 💪
@codegenix
@codegenix 3 ай бұрын
I'm really glad you liked. Thank you so much 🙏
@dream__moments
@dream__moments 3 ай бұрын
what if I want to persist the Cart Slice only ?
@codegenix
@codegenix 3 ай бұрын
@dream__moments Slice persisting is not possible but you can create multiple stores and persist each of them that you want. For example you can create a store only for your cart, then only persist that not the other store.
@dream__moments
@dream__moments 3 ай бұрын
@@codegenix ok thanks for the knowledge
@souradeepdey1338
@souradeepdey1338 2 ай бұрын
I think you can use partialize option to manually select the states you need to save
@RafathBinZafarAuvee
@RafathBinZafarAuvee 3 ай бұрын
This man is saint
@codegenix
@codegenix 3 ай бұрын
Thanks bro!
@prashlovessamosa
@prashlovessamosa 3 ай бұрын
Now you are also a freecodecamp elite.
@regilearn2138
@regilearn2138 4 ай бұрын
Hi mate, your content have unique touch. I would like to request a video on how to upload file to AWS s3 using lambda function with MERN stack using typescript
@codegenix
@codegenix 4 ай бұрын
Thank you for the suggestion! Unfortunately Amazon services are banned in my country and I don't have access to these services (Azure, AWS, Vercel, Firebase, ...)
@minter-07
@minter-07 3 ай бұрын
Great , now i want to learn drizzle orm with neon db with a small project, 😅 if possible
@codegenix
@codegenix 3 ай бұрын
Currently working on it. Drizzle is really popular in this channel👌
@ErjonDinarama
@ErjonDinarama 2 ай бұрын
Perfect
@codegenix
@codegenix 2 ай бұрын
Glad you liked it
@smartdriver2990
@smartdriver2990 4 ай бұрын
Yes, I need it
@codegenix
@codegenix 4 ай бұрын
I'm glad. 🙏
@mohammadbohluli
@mohammadbohluli 3 ай бұрын
very very nice videos, keep going Bro🤩 and Your accent is very similar to that of Iranians, are you Iranian?
@codegenix
@codegenix 3 ай бұрын
Are sotoonam😍 Merci
@Raghav_Bajpai_
@Raghav_Bajpai_ 4 ай бұрын
When Drizzle ORM full course from basic to advance?
@codegenix
@codegenix 4 ай бұрын
It might takes a few weeks my friend...
@okwarakizitochigozirim6107
@okwarakizitochigozirim6107 2 ай бұрын
lovely tutorial, love it !!!!!
@codegenix
@codegenix 2 ай бұрын
Thanks so much 😊
@올바른운동
@올바른운동 4 ай бұрын
thank you!!!!!!!!
@codegenix
@codegenix 4 ай бұрын
You're welcome!
@congdatt
@congdatt 2 ай бұрын
Keep it up bro
@yourlinuxguy
@yourlinuxguy 2 ай бұрын
Every things is fine but I'm having skill issue to follow. sed 😢
@codegenix
@codegenix 2 ай бұрын
The first step is always the hardest. Keep practicing, you'll get it!
@Noli344
@Noli344 3 ай бұрын
Can you make a full stack Next.js application with Tailwind, TypeScript, Zustand and Supabase?
@codegenix
@codegenix 3 ай бұрын
Currently working on it...
@bhargavkumar
@bhargavkumar Ай бұрын
will this work with nextjs?
@codegenix
@codegenix Ай бұрын
@bhargavkumar I don't recommend it
@primodrums7604
@primodrums7604 5 күн бұрын
@@codegenixwhat do you recommend?
@drivebuss8079
@drivebuss8079 19 күн бұрын
i hated programming after watching your tutorial
@codegenix
@codegenix 17 күн бұрын
@drivebuss8079 Is there any problem with the tutorial?
@user-ld1de1mc4h
@user-ld1de1mc4h 4 ай бұрын
It's pronounced "Tzushtand" and not zustand. Get it RIGHT! :))))
@codegenix
@codegenix 4 ай бұрын
I had a hard time pronouncing it the way you mentioned, but I just couldn't😆! Thanks for your correction anyway!
@zlatkoiliev8927
@zlatkoiliev8927 3 ай бұрын
@@CURIOSITYcapitalseems like you left your sense of humour at home… 😢
@CURIOSITYcapital
@CURIOSITYcapital 3 ай бұрын
do you think so?😂
@duyvinho9164
@duyvinho9164 17 күн бұрын
your example is too complicated, and you got lost in implement the e-commerce site. I dont care the interface of your product, I'm here for zustand knowledge.Pick a simple example, dont waste my time
@codegenix
@codegenix 17 күн бұрын
Thanks for your feedback
@asim-gandu-phenchod
@asim-gandu-phenchod 2 ай бұрын
Awesome tutorial. Thanks a lot
@codegenix
@codegenix 2 ай бұрын
You are welcome!
@hamedfazeli476
@hamedfazeli476 3 ай бұрын
Wow you nailed it 🫡✨👍
@codegenix
@codegenix 3 ай бұрын
Fadaaaa😂❤️
Master the React ecosystem in 2024
7:01
Code Genix
Рет қаралды 50 М.
Violet Beauregarde Doll🫐
00:58
PIRANKA
Рет қаралды 52 МЛН
The CUTEST flower girl on YouTube (2019-2024)
00:10
Hungry FAM
Рет қаралды 43 МЛН
Знакомство с Zustand - лучшей заменой Redux
29:35
Михаил Непомнящий
Рет қаралды 31 М.
State Managers Are Making Your Code Worse In React
13:33
Web Dev Simplified
Рет қаралды 181 М.
I tried Swift and came out a different person
1:56:59
Tsoding Daily
Рет қаралды 44 М.
Why I Moved from React Redux to Zustand and Why You Should Too!
19:24
Creator of git, Linus Torvalds Presents the Fundamentals of git
1:10:15
Developers Alliance
Рет қаралды 91 М.
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 619 М.
Подробно изучаем Zustand State Management (React, TypeScript)
1:17:10
Елена Литвинова — Искусство Веб-разработки 🛸
Рет қаралды 15 М.
Global State Management in NextJs 14 Using Zustand
51:17
Hamed Bahram
Рет қаралды 28 М.
SWR React Tutorial - Complete Course for Beginners
55:36
Code Genix
Рет қаралды 12 М.