Beyond State Management in Pinia by Eduardo San Martin

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • Jobs -
    Abyat is looking to hire talented developers for their new world class product. Apply now: www.abyat.com/...
    Looking to hire new developers? Post your jobs at vuejobs.com

КОМЕНТАРІ • 8

  • @RobertWildling
    @RobertWildling 2 роки тому

    Shame over me, but where is the `delay()` function coming from??? - UPDATE: Ok, it is a custom function and can be seen at 26:28 (at leat that's where I saw it).

  • @ChristopherFranko
    @ChristopherFranko 2 роки тому +4

    The presenters mouth is super sticky sounding in various parts of the video. Water actually helps this out alot. Also editing the spit smacking out is a solid 10/10 solution.
    misophonia is a curse.

  • @wagiewojak
    @wagiewojak 2 роки тому

    3:25 using await keyword in an non-async function

    • @emmanuelmahuni8163
      @emmanuelmahuni8163 2 роки тому

      yes it works on top level now, but the syntax that he used to just say await 200; should be added to js, this makes a lot of sense. I thought I was missing something 🤣

    • @emmanuelmahuni8163
      @emmanuelmahuni8163 2 роки тому

      only problem is when you await a promise, eg: await n; that resolves to a number, say 200;🤦🏽‍♂ I think it may just need refinement to show that we want a delay instead. maybe await (200) or something along those line.