Zustand React Typescript Tutorial (vs Easy Peasy)

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

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

  • @howardgil499
    @howardgil499 ปีที่แล้ว

    Sweet. Thanks for contextualizing them against other state management tools

  • @punisher013
    @punisher013 2 ปีที่แล้ว

    fantastic video!! BTW what is the plugin you use to colorize the spaces indentations?
    Also, what I don't like with easy peasy in that it has no possibility to tune the component re render as redux does with useSelector. Do you know a way to control deeply the rerender through easy peasy? and thanks again for the video

  • @bobar92
    @bobar92 2 ปีที่แล้ว +1

    Nice video! Have you looked at Jotai and Valtio? They are from the same creator as Zustand, but they take a different approach to handling state. I like Jotai a lot, because of the bottom-up approach, but I haven't used in an App that has to scale, so I am not sure how it would fare in that scenario.

    • @rajikkali2381
      @rajikkali2381 ปีที่แล้ว

      Jotai felt very limiting to me requiring too many utils to do simple things that other libraries do out of the box. Maybe good for a simple app, but not large scale (at least IMO)

  • @GabrielMartinez-ez9ue
    @GabrielMartinez-ez9ue 2 ปีที่แล้ว

    Great video

  • @vladprodan7010
    @vladprodan7010 2 ปีที่แล้ว

    Great job!

  • @yogpanjarale
    @yogpanjarale 2 ปีที่แล้ว

    0:30 be ready for more :) if you keep same quality

  • @abayomioloyinde
    @abayomioloyinde 2 ปีที่แล้ว

    Please can you do a tutorial on best way to use easy-peasy with nextjs

  • @omarciano42
    @omarciano42 2 ปีที่แล้ว

    how about recoil?

  • @AnthonyPaulT
    @AnthonyPaulT 2 ปีที่แล้ว

    bro, you can't say easy pease is better becuas of the 2 things you listed at the end. I need a sample of a complex app to see what it's better.

  • @CodeWithVlad
    @CodeWithVlad  2 ปีที่แล้ว +1

    Someone has asked something about store splitting but I can't see that person's comment... Since easy peasy is built on top of redux you can split your store with redux techniques. easy-peasy.vercel.app/docs/api/store-config.html#advanced-configuration and redux.js.org/usage/code-splitting

    • @eminqasimov3398
      @eminqasimov3398 2 ปีที่แล้ว

      Yeah. I had asked question about code splitting. But it somehow disappeared. Thanks. I will check them.