Proven Pinia Patterns - VueConf US 2023

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

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

  • @st3nsvk
    @st3nsvk ปีที่แล้ว +11

    I don't see any patterns in the course. It's just like going trough total basics from docs.

    • @heruhailiuhuang533
      @heruhailiuhuang533 ปีที่แล้ว +3

      Yes no more new insights. More advertising but it is ok for new pinia developer

    • @oemeraran8183
      @oemeraran8183 ปีที่แล้ว +8

      I really find it hard to find good advanced patterns for vue 3 in general.. every tutorial or talk just scratches the surface and basically summarizes the docs.. how about solving some more complex problems by example...? All the content is made for complete beginners, which really annoys me lately.

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

      @oemeraran8183 You'll find that Nuxt 3 solves most of those questions you might have automatically

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

    That @posva approved checkmark is ace 😀

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

    Good talk, what software was used for the presentation? I like the animations a lot

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

    nice! seems straight forward.

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

    Why don't you use the return block to create getters, actions and watchers in setup mode? Then you wouldn't have to list them separately.

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

    thanks for sharing

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

    The presented store.js example (4:15) does not work. I'm having only a small use case where Pinia is overkill.

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

      For a small use case just use composables, and/or provide/inject. Some say even for big use cases you only need composables, you can actually use it just like pinia aka a global state store.

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

    very very sweat talk 🍍

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

      Good try

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

    How do I create a local store?

  • @DontFollowZim
    @DontFollowZim ปีที่แล้ว +3

    At 20:37, shouldn't that be userFavorites.value.push...?

    • @bergerblancsuisse.
      @bergerblancsuisse. ปีที่แล้ว +4

      No because userFavorites would have been initialised as shallowReactive([])