Next.js 13: What's New and How to Use It?

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • In this video, we'll take a deep dive into Next.js 13, We'll cover how to create routes, fetch data, and use the new features and improvements in Next.js 13 to optimize our app's performance and functionality.
    🔗Source:
    beta.nextjs.or...
    👋🏻Contact Me:
    canddev.vercel...
    🌎 Find Me Here:
    Instagram : / candra_kriswinarto
    GitHub: github.com/can...
    Linkedin: / candra-kriswinarto
    #programming

КОМЕНТАРІ • 6

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

    The best channel to master react by building projects. Thanks, Cand Dev for the amazing material.

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

    thank you for tutorial 😄

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

    great video thanks

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

    Shouldnt we use useState and when fetching data add that data like setBlog(data) then use that data from useState ?

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

      No, because by default the components inside the app folder are server components, so there is no need to use useState.

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

    you just wasted my 20 min. change title next 13 sample project.