Nuxt 3 - More Than Vue 3 on Steroids, by Alexander Lichter

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

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

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

    If you have any questions left, let me know here!

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

      Does nuxt 3 support ISR?

    • @TheAlexLichter
      @TheAlexLichter 2 ปีที่แล้ว +2

      @@pamenari Yes! Works fine with route rules on Netlify and Vercel for now ☺

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

    16:23 you don't need that extra as the can be the root element itself. The border is being applied to the div.

  • @chstappert
    @chstappert 2 ปีที่แล้ว +5

    Thanks for this great overview. Happy to have 3.0.0 now. We will use nuxt3 in production shortly.

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

    The reason I switched over from nuxt to nextjs was er page rendering options. It should be obvious by now that the flexibility of using SSG, SSR, CSR or ISR per route is very very important. ISR is such a dealbreaker that I can't even stress how incredible it is to have a static site with 5k+ pages and be able to regenerate single pages on the fly without rebuilding the entire project. Also having a preview endpoint for CMS-style sites is a musthave. I badly want to return to nuxt, but without these features it's just not a competition, even though writing vue is just so much nicer than react.
    I'm still waiting how nuxt 3 will solve this,

    • @TheAlexLichter
      @TheAlexLichter 2 ปีที่แล้ว +9

      This is already solved with route rules! 👀

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

    really usefull!!!

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

    Hello manniL, Hope you're fine... Is there a way in nuxt 3 to have something similar than preview mode of nuxt 2 (url?preview=true) ? And in the case of a routerule like '/articles/**': { static: true }, is there a way to regenerate the cache without redeploying the whole site ?
    Thanks !

    • @TheAlexLichter
      @TheAlexLichter 2 ปีที่แล้ว

      Hey! Sadly not at the moment. Feel free to raise an issue to request the feature 👌

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

    I was thinking about possibility of using Nuxt 3 + Pinia + Ionic + CapacitorJS for cross-platform app. But the resource is very limited right now. Can you please make a sample project of Nuxt 3 + Pinia + Ionic + CapacitorJS? Thank you!

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

    Hopefully jetbrains will get the auto import support now with nuxt

  • @angelhdzdev
    @angelhdzdev 2 ปีที่แล้ว

    How to auth and session?
    Im used to Nest, passport, local/steam strategy, express-session, but I've been researching to do this in Nuxt 3, and I haven't found the answer.
    The only thing that worked was creating an express server middleware and pointing the api/auth/login API calls to it.
    I would love to have a Nuxt 3 native way of doing this.
    For the moment, I have my frontend in Nuxt 3 and my backend in Nest.

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

      I found NuxtAuth by sidebase

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

      @@VELIXYZ Compatible with Nuxt 3?

  • @winns.x
    @winns.x 2 ปีที่แล้ว +1

    Thanks for review 👍. Can't wait to use nuxt3 in our next projects 😋

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

      Hope you had a chance using it by now! ☺️

  • @ELLUHD
    @ELLUHD 2 ปีที่แล้ว

    Hey! Is there a way to cache server side fetched data?

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

      Yes, multiple ways actually 👀

  • @magnetto90
    @magnetto90 2 ปีที่แล้ว

    Do you have an Udemy course?

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

      Nope, unfortunately I don't 🙈Maybe in the future? 👀

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

    Are there any Angular devs here that switched?
    I’m having a really hard time convincing my colleagues at work that we should at least try Nuxt 3 for some smaller projects instead of the usual Angular boilerplate mess.