React State Management with Zustand & TypeScript

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 21

  • @tonyg_nerd
    @tonyg_nerd หลายเดือนก่อน

    I've watched many Zustand/TypeScript vids but didn't really catch on and actually work with code until now. I didn't follow your examples but was able to imeplement it all into some code of my own, and it all works. Thanks!

  • @creamCheese89
    @creamCheese89 2 หลายเดือนก่อน

    we have project that were using zustand and this video just came out, thank you brother!!

  • @aminghasemi2621
    @aminghasemi2621 2 หลายเดือนก่อน

    Great course. One thing is missing is explaining selectors.
    Without them. when you de-structure the store and use the de-structured values in code. they will cause re-render to other values as well.
    For example if you change username in user store it will cause a re-render to the email as well.
    But when you use selectors it prevents not essential re-renders :)

  • @PsychoDude
    @PsychoDude 2 หลายเดือนก่อน +3

    WTH, I am just doing a project with Zustand & typescript and this video came out

  • @Tapadar.Monsur
    @Tapadar.Monsur 2 หลายเดือนก่อน

    Thanks a lot bro! Your Express.js tutorial was really helpful.

  • @smartdriver2990
    @smartdriver2990 2 หลายเดือนก่อน

    Thanks for the tutorial

  • @brennaldwinsantiago2370
    @brennaldwinsantiago2370 2 หลายเดือนก่อน

    This is amazing!!!!

  • @EmmaLovesCoding
    @EmmaLovesCoding 2 หลายเดือนก่อน +1

    Anson!! where the fu** have you been😆🤣🤣, i have missed you 💌💌

  • @SK_Covers
    @SK_Covers 2 หลายเดือนก่อน

    Bro ❤❤❤ glad you back.
    Nextjs full course with project ❤❤❤ waiting 🎉🎉🎉

  • @johnday2631
    @johnday2631 หลายเดือนก่อน

    what version of zustand did you use?

  • @last.journey
    @last.journey 2 หลายเดือนก่อน

    Thx

  • @rithery-dev
    @rithery-dev 2 หลายเดือนก่อน

    ❤ Best of the best

  • @Maks-fc7kv
    @Maks-fc7kv 2 หลายเดือนก่อน

    Contexts + React Query and you don't need any state management library in ~>90%.

    • @ansonthedev
      @ansonthedev  2 หลายเดือนก่อน +1

      @Maks-fc7kv Context API is not a state management system and was never intended to be used in such a way. It does not solve the problem of isolating state away from the components as you still need to define it as the Provider level and pass it down. At scale, it ends up with the same original problem.
      React Query doesn’t have proper APIs to grab and update data from the store. You also said you don’t need a state management library but React Query actually claims to be one, by their definition……

  • @tiantaichen8514
    @tiantaichen8514 2 หลายเดือนก่อน

    Your video is great. Do you have the intention to make a systematic video that combines nest and next? Thank you again for your contribution

    • @ansonthedev
      @ansonthedev  2 หลายเดือนก่อน

      It could happen.

    • @tiantaichen8514
      @tiantaichen8514 2 หลายเดือนก่อน

      @@ansonthedev Thank you very much for your reply. I am learning your react-nest chat application. It is really helpful. What you do is very meaningful.

  • @tinkywinky8677
    @tinkywinky8677 2 หลายเดือนก่อน

    i used a context hook to navigate information between components in my job and i don't like this approche beacuse most of the time it repeat and more code. but this video help me to fix this problem thanks

    • @ansonthedev
      @ansonthedev  2 หลายเดือนก่อน

      Thats exactly what I would tell people who are debating between using context and state management solution.

  • @govindamishra3746
    @govindamishra3746 2 หลายเดือนก่อน

    React with TypeScript when?

  • @prashlovessamosa
    @prashlovessamosa 2 หลายเดือนก่อน +1

    Bruv thanks always on time.