Next.js 13 Crash Course Tutorial #8 - Static Rendering

Поділитися
Вставка
  • Опубліковано 20 сер 2023
  • In this Next 13 tutorial series, you'll learn the basics of Next.js to make a simple project, using the new app router & server components.
    🚀🥷🏼Access the entire Next.js 13 Masterclass course on Net Ninja Pro:
    netninja.dev/p/next-13-master...
    ➡️ Use promo code NEXTNINJA50 for 50% off!
    📂🥷🏼 Access the course files on GitHub:
    github.com/iamshaunjp/nextjs-...
    📂🥷🏼 CSS File from course files:
    github.com/iamshaunjp/nextjs-...
    💻🥷🏼 React Tutorial:
    netninja.dev/p/build-websites...
    🔗🥷🏼 Next.js docs - nextjs.org/docs
    🔗🥷🏼 CSS modules in Next.js - nextjs.org/docs/app/building-...
    🔗🥷🏼 VS Code - code.visualstudio.com/

КОМЕНТАРІ • 37

  • @acodersjourney
    @acodersjourney 9 місяців тому +3

    Your passion for what you do is contagious.

  • @user-fi4tr1dj1j
    @user-fi4tr1dj1j 11 місяців тому +3

    Привет, Шон! Я из Узбекистана, сейчас смотрю твой курс по GraphQL. Просто хочу сказать спасибо

  • @kooyaw4445
    @kooyaw4445 10 місяців тому +4

    I've been struggling to understand this but your explanation has enlightened me. Bless you brother

    • @NetNinja
      @NetNinja  10 місяців тому +1

      Glad it helped! :) thanks for watching

  • @user-vw1lp4px6m
    @user-vw1lp4px6m 11 місяців тому +1

    Can u make a video on how to use redux-toolKit ,next redux-wrapper ,redux state's not get updated inSSR

  • @Cho1279624
    @Cho1279624 10 місяців тому +3

    8:20 ----------you need --------- import { notFound } from 'next/navigation'

    • @baibhavmundra5205
      @baibhavmundra5205 10 місяців тому +1

      Thank you kind human

    • @duztv5370
      @duztv5370 10 місяців тому

      Thank you so much, I was already waging war on my keyboard and cursing out. I wonder how he ran his without importing.

    • @Luqn_code
      @Luqn_code 4 місяці тому

      thanks 💯

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

      @@duztv5370 I wonder myself, he probably imported in a cut video

  • @joshymathew87
    @joshymathew87 11 місяців тому +2

    Hi Shaun, Thank you for the tutorial.
    Does the result of the fetch API call inside the generateStaticParams() is deduped?, since we are already fetching the same API inside the tickets listing page. If so can we pass the array of ids to the details page as props from the listing page?

  • @ChandanKumar-of1je
    @ChandanKumar-of1je 10 місяців тому +6

    I think you should have also shown up the network-call logs when CDN took over, for a bit better understanding. But still it was a cool though

  • @lyrical6852
    @lyrical6852 7 місяців тому

    Is it okay to start with next 13 Or lower version after react?

  • @ethereal-rzn
    @ethereal-rzn 9 місяців тому

    very good tutorial

  • @bpospanov
    @bpospanov 11 місяців тому

    supabase is so laggy, now I cant delete it because it throws an error when i try to eq('id', params.id)
    invalid input syntax for type bigint: "7)"

  • @Taki7o7
    @Taki7o7 10 місяців тому +3

    for me the 404 page changes to black theme :D

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

    Thank you net ninja!

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

      You're welcome! :) thanks for watching

  • @devmab
    @devmab 11 місяців тому +1

    Thank you 😊 netninja.

    • @NetNinja
      @NetNinja  11 місяців тому

      You're very welcome 😊

  • @fractureGamIng1
    @fractureGamIng1 7 місяців тому

    can we use axios instead of fetch()

  • @yuliac.1436
    @yuliac.1436 20 днів тому

    Thank you so much for this curse!
    I have one question: why is notFound() function called in the getTicket(), not in the TicketDetails()? It works, but I don't understand why.

  • @eliyahutarab4862
    @eliyahutarab4862 11 місяців тому +1

    Amazing

  • @mudassarmuhammad776
    @mudassarmuhammad776 10 місяців тому +2

    notFound() fuction is not available
    import { notFound } from 'next/navigation'
    import the function

  • @programmingwithnit5308
    @programmingwithnit5308 11 місяців тому

    Thank you so much.🎉🎉🎉

    • @NetNinja
      @NetNinja  11 місяців тому

      You’re welcome 😊

  • @avanishsingh3759
    @avanishsingh3759 5 місяців тому

    when i am clicking tickets its not showing ticket details

  • @bpospanov
    @bpospanov 11 місяців тому +1

    I did not get static rendering at all

  • @bpospanov
    @bpospanov 11 місяців тому +2

    supabase docs just stated that as of 14 july 2023 it only has 4 call per hour :((

    • @neneodonkor
      @neneodonkor 11 місяців тому

      Wait you can only access supabase 4 times per hour? Wow that is very limiting.

  • @456jkl1
    @456jkl1 7 місяців тому +1

    I am wondering why mine turned into dark theme when 404 page was not found