Server Components Keep Getting Better

Поділитися
Вставка
  • Опубліковано 25 лип 2024
  • RESOURCES
    Nuxt 3.11 Blog - nuxt.com/blog/v3-11#%EF%B8%8F...
    follow me on twitter
    / mattmaribojoc
    #vuejs #vue #javascript #webdev
  • Наука та технологія

КОМЕНТАРІ • 24

  • @matanon8454
    @matanon8454 3 місяці тому +7

    My favorite Nuxt/Vue Yotuuber is back 💚

  • @TheAlexLichter
    @TheAlexLichter 3 місяці тому +11

    Just to imagine what will be possible with Server Components in the future... 🔥

    • @devoxygen7395
      @devoxygen7395 2 місяці тому

      Kindly introduce server actions in server components

  • @devoxygen7395
    @devoxygen7395 3 місяці тому +11

    After long time bro

  • @ralacerda12
    @ralacerda12 3 місяці тому +1

    I really love these new server components. I always enjoyed how Astro made use of directives to indicate whether to hydrate the component or not. Can't wait for it to be stable to use on Nuxt

  • @iUmerFarooq
    @iUmerFarooq 3 місяці тому +1

    Thanks for tutorial and for coming 😄 💚

  • @fourthkim3715
    @fourthkim3715 3 місяці тому +1

    looking forward for the next vids 🔥

  • @pratikrane149
    @pratikrane149 3 місяці тому +1

    This was informative! Thank you for making a video on this topic. Looking forward for more!

    • @LearnVue
      @LearnVue  3 місяці тому +2

      Glad it was helpful!

  • @carlotadias9335
    @carlotadias9335 3 місяці тому +1

    Great feature !

  • @DontFollowZim
    @DontFollowZim 3 місяці тому +2

    Server-only pages and the nuxt-client directive is what I've been waiting for. I've been wanting to make server-only pages to cut down on client side JS, but it was difficult to add any interactivity. This should be much easier. Now, can I mark a component with .client.vue suffix and have it always be on the client even without the nuxt-client directive? Time to run some experiements.

    • @LearnVue
      @LearnVue  3 місяці тому +1

      lmk if you find anything cool

  • @dawidstolarski6823
    @dawidstolarski6823 3 місяці тому +1

    It so fun to watch that Next/Nuxt creators are making same thing in their own way.
    "Let's render it on the server, it would be faster" - And we're back to PHP era 😂

    • @trandaison
      @trandaison 3 місяці тому +2

      PHP can’t make SPA though 😂

  • @codestuff3685
    @codestuff3685 3 місяці тому

    noice

  • @Slotherinee
    @Slotherinee Місяць тому

    What font and theme in vscode?

  • @xav_624
    @xav_624 3 місяці тому +2

    Probably a noob question, but i have trouble understanding the relation between server component/pages and SSG. Does it makes sense to use '.server' for prerender pages ?

    • @LearnVue
      @LearnVue  3 місяці тому +3

      good question. it will prerender server components during build time. so as long as the props dont change, the component will be generated.
      you can read about that case in daniel roe's blog post: roe.dev/blog/nuxt-server-components

  • @Filipp1139
    @Filipp1139 3 місяці тому +1

    What about your Vue course? Still waiting

  • @Rundik
    @Rundik 3 місяці тому

    PHP reincarnation

  • @kolorartists
    @kolorartists 8 днів тому

    If only server components would work with SWR..

  • @davalex5486
    @davalex5486 3 місяці тому +1

    Nuxt is soo cool

  • @poyaprs3660
    @poyaprs3660 3 місяці тому

    i'm using nuxt 3.8
    and when i changed index.vue to index.server.vue i got error 404 ! why ?