3 Vue Libraries I Use On Every Project

Поділитися
Вставка
  • Опубліковано 9 лют 2025

КОМЕНТАРІ •

  • @ralacerda12
    @ralacerda12 Рік тому +17

    The "Learning new concepts and API cycle" that I go through everytime:
    - Learn about a new Javascript API or a concept
    - Think about how to implement in my Vue project
    - Vueuse already has a great implementation with examples
    - Learn about another Javascript API or a concept
    Repeat

  • @milos018
    @milos018 Рік тому +1

    Clear, concise, to the point, perfect speed and very informative. You are doing it right, keep up the good work!

  • @GuilhermeLuisBradasch
    @GuilhermeLuisBradasch Рік тому +1

    Nice video! Always good to meet new libraries that can be useful. Thanks!

    • @LearnVue
      @LearnVue  Рік тому

      yeah, i like finding fun libraries so always glad to share

  • @DhainautRaphael
    @DhainautRaphael Рік тому +7

    I would like see "real world" scenarios/samples with vue use.

  • @Joachimbj
    @Joachimbj Рік тому +1

    Didn't know about the macros - thanks! 😊
    The built in defineProps is a real hassle though (especially withDefaults). For all new projects on vue3 we still use the object definition for props - it's sooo much more ergonomic, and I don't have to google every. single. time. to find the correct syntax for the boilerplate that is defineProps.

    • @LearnVue
      @LearnVue  Рік тому

      github.com/sxzz/unplugin-vue-macros/pull/231 this PR might be interesting for you to follow then.
      what are your thoughts on the ergonomics or this?

  • @iUmerFarooq
    @iUmerFarooq Рік тому +8

    Please ma in-depth tutorial on "How to use localstorage in SSR mode in Nuxt 3?"

    • @AnassSanba-f5d
      @AnassSanba-f5d Рік тому

      U can't use localStorage in the server it's a browser feature u need to use cookies i guess

  • @nero1375
    @nero1375 Рік тому

    Thanks for the heads up!

  • @johnstorm589
    @johnstorm589 Рік тому

    Thank you. Excellent material

  • @DanielTames
    @DanielTames Рік тому +1

    excellent video man!

  • @mu16zi
    @mu16zi Рік тому

    that was great thank alot

  • @kaandesu4881
    @kaandesu4881 Рік тому

    Thanks!

  • @hanes2
    @hanes2 Рік тому

    How does storyblocks compare to strapi

    • @LearnVue
      @LearnVue  Рік тому

      tbh haven't worked with strapi. but i like how storyblok's mental model of "blocks" fits very naturally into components. both in terms of composition and in terms of the data flow via props

    • @dbohea
      @dbohea Рік тому

      I've used both. Storyblok makes Strapi look like an alpha release.

    • @hanes2
      @hanes2 Рік тому

      @@dbohea it seems very different. Like, strapi more flexible , but this blocks more pre-made stuff

  • @garryparker4753
    @garryparker4753 Рік тому +1

    Sir i like your videos, please make video on firebase phone auth with vue. Thanks!

  • @brokula1312
    @brokula1312 Рік тому

    - Nuxt Server Components
    - Vue3 Vapor mode

  • @garryparker4753
    @garryparker4753 Рік тому

    Sir i like your videos, please make video on firebase phone auth with vue. I hope you will create. Thanks!

  • @RaphaelAlejandro
    @RaphaelAlejandro Рік тому

    I have to migrate from vue 2 to 3. I’m scared.

    • @nero1375
      @nero1375 Рік тому +1

      fear not! I've used the composition with Vue 2 and the migration is way better then you might think! Just need to put the work and be patient. See the video on Vue Conf about separating the blocks of concerns for each ref variable or logic, helped a lot!
      depending on the component, is just change the component script ehehe

    • @LearnVue
      @LearnVue  Рік тому +2

      good luck king 🙏 hopefully the migration guide works! but the reward will be really worth it

  • @zain_x_alpha
    @zain_x_alpha Рік тому

    please make videos also include option API bcz many developers use option for small projects and it is easy to use for beginners...btw thanks for it💕

  • @MrKarma4ya
    @MrKarma4ya Рік тому

  • @darialyphia
    @darialyphia Рік тому

    Oooooh vue macros...really interesting, instant subscribe 🥸