Composable Vue - Anthony Fu - VueDay 2021

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • Patterns and tips for writing better composable logic in Vue.
    VueDay 2021: 2021.vueday.it
    Transcript & Slides: antfu.me/posts/composable-vue...
    Twitter: / antfu7
    GitHub: github.com/antfu
    Sponsor: github.com/sponsors/antfu
    Check out the full sessions and the awesome talks from other speakers at 2021.vueday.it
    ---
    The presentation is made and recorded with Slidev, a slides maker for developers. Learn more: github.com/slidevjs/slidev
  • Věda a technologie

Komentáře • 23

  • @LukeDiebold
    @LukeDiebold Před 2 lety +11

    This video, is absolute gold.
    Never paused/played so much in a video in my life! Wanted to understand everything!!!

  • @rasulturganov3421
    @rasulturganov3421 Před 2 lety +1

    bro this is epic. This make composition api so much powerful tool to have

  • @machinelearningone2635
    @machinelearningone2635 Před 3 lety +5

    Love your work and your presentation style as well!

  • @skylan6446
    @skylan6446 Před 3 lety +3

    Thanks, It helpes me a lot.

  • @KiwiAndCurry
    @KiwiAndCurry Před 2 lety +1

    great content, very helpful!

  • @zaidabukhalaf5101
    @zaidabukhalaf5101 Před 2 lety +1

    Please upload more videos ... you are amazing

  • @FLOWMASTERiT
    @FLOWMASTERiT Před rokem +1

    U rock my man

  • @userquin
    @userquin Před 3 lety +5

    hey Anthony, also with a youtube channel? You are like god!!! (userquin)

  • @kristel9136
    @kristel9136 Před 2 lety +1

    Thank you so much!!!!

  • @BenSmith-et9fv
    @BenSmith-et9fv Před rokem

    Learn a lot, thanks!

  • @user-ti5ln8cr1k
    @user-ti5ln8cr1k Před 2 lety

    It's very helpful for me.

  • @michaelgitart
    @michaelgitart Před 3 lety +2

    Thanks!

  • @aleksandrippatev1268
    @aleksandrippatev1268 Před 2 lety +1

    Thanks.

  • @glysns
    @glysns Před 10 měsíci

    Hi Anthony, what’s is presentation tools slides ?

  • @brod515
    @brod515 Před rokem

    @14:22 I believe there is a typo with the generic parameter type `T`, I think that should be `R`?

  • @happynewyearw
    @happynewyearw Před 2 lety

    Hi Anthony, slightly off topic, but I would like to ask what's your debug method/tools when debugging vue 3 with vite in vscode (like working with vitesse). since I know your eslint config set no-console to true and it's good practise to not use console log, but when I tried to debug using vscode ddebug with chrome, breakpoints aren't working properly. Not sure if I've missed something or there's better way to debug? Thanks in advance :)

    • @antfu
      @antfu  Před 2 lety +2

      I use console.log. The ESLint rule to avoid shipping them to production, where you can ignore them when debugging.

    • @happynewyearw
      @happynewyearw Před 2 lety

      @@antfu got it, thanks for replying Antfu 💚
      looking forward to your next live stream too, they are awesome 🔥

  • @jeck0898
    @jeck0898 Před 2 lety +1

    i admit that's overwhelming to me 😅.

  • @heruhailiuhuang533
    @heruhailiuhuang533 Před 2 lety +1

    PPT 时如何做的,居然有代码提示。

    • @antfu
      @antfu  Před 2 lety +1

      sli.dev/ - I made the tool for this talk :P