Next.js 14 Tutorial - 5 - Routing

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

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

  • @khalizero
    @khalizero ปีที่แล้ว +27

    loving this course. simple and to the point, no time is being wasted, thank for making this

  • @ryansatriayudha
    @ryansatriayudha 11 หลายเดือนก่อน +6

    This is better that CRA and other frameworks, especially because you guide us all in a way that is very interesting.

  • @angyxajil4862
    @angyxajil4862 10 หลายเดือนก่อน +2

    crying because i spent so long trying to route and every solution i found was no use, thank you so much!

  • @igorluyz_
    @igorluyz_ ปีที่แล้ว +6

    simples e direto ao ponto, nenhum tempo está sendo desperdiçado, obrigado por fazer isso.

  • @andreasmueller3634
    @andreasmueller3634 11 หลายเดือนก่อน +122

    It feels illegal to watch this for free.

    • @mubeenahmed6211
      @mubeenahmed6211 4 หลายเดือนก่อน +3

      so do not watch it

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

    Thanks for tutorials. Your teaching style saved my time....

  • @juanfranciscocevallosvaldi149
    @juanfranciscocevallosvaldi149 10 หลายเดือนก่อน +1

    Should be important to mention that this is for server side components, in case you want to use some hooks you should add " use client" at the top of the file.
    As the documentation said u can create pages routing creating a directory "pages" and inside it "pages/about/index.tsx" it should work for client side components instead of server side.
    When a file is added to the pages directory, it's automatically available as a route.
    In Next.js, a page is a React Component exported from a .js, .jsx, .ts, or .tsx file in the pages directory. Each page is associated with a route based on its file name.
    Example: If you create pages/about.js that exports a React component like below, it will be accessible at /about.

  • @diegograjeda3644
    @diegograjeda3644 8 หลายเดือนก่อน +1

    Bro you literally saved my life

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

    you're the Best Teature, please complete this course Sir as fast as possible.

    • @adarshdalvi9772
      @adarshdalvi9772 11 หลายเดือนก่อน

      fast karega toh best nai hoga bhai

    • @skanwar1351
      @skanwar1351 11 หลายเดือนก่อน

      @@adarshdalvi9772 Tho, Blanket vodleko sojav, Best Hojaiga.

  • @junaiid0104
    @junaiid0104 5 หลายเดือนก่อน

    CRAZY CONTENT!!!! NO ONE HAS TAUGHT ME THIS WELL SIR !!!!

  • @natcurti
    @natcurti 5 หลายเดือนก่อน

    i cant express how much i love this channel

  • @exoticgaming7616
    @exoticgaming7616 6 หลายเดือนก่อน +1

    Whatever I am now is just because of Codevolution ❤

  • @arkadyutipaul246
    @arkadyutipaul246 8 หลายเดือนก่อน +1

    This is so well explained & such a helpful tutorial. Thank you so much to make these concepts so easy to understand! :)

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

    Thank you so much. There have been some changes since previous versions with regards to routing and your video was very helpful.

  • @mouradeljayi584
    @mouradeljayi584 ปีที่แล้ว +4

    I hope you create a Nuxt JS 3 tutorial after this one !
    Thank you for the time and effort you put into this wonderful content !

  • @thebocksters2756
    @thebocksters2756 8 หลายเดือนก่อน

    0:46 may you tell me how you made the git branch to be visible in the cmd

  • @spencersedano
    @spencersedano หลายเดือนก่อน

    Simple and easy to understand!

  • @hggnomm
    @hggnomm 2 วันที่ผ่านมา

    Whao. This is a detail series

  • @dellsonydissanayaka7712
    @dellsonydissanayaka7712 7 หลายเดือนก่อน

    Awesome tutorial series. Hats off

  • @muhammadzafar2470
    @muhammadzafar2470 หลายเดือนก่อน

    very helpful video. thanks for sharing

  • @mohsinalijafery2217
    @mohsinalijafery2217 3 หลายเดือนก่อน

    Thanks so much sir... You are amazing...

  • @vijaykumarparelli5329
    @vijaykumarparelli5329 10 หลายเดือนก่อน +1

    Hey Vishwas. how do we pass props to layout to pages, also how set some default props to all the pages
    Ex: prev _app.js
    export default function App({ Component, pageProps }) {
    const dispatch = useDispatch();
    return (



    );
    }
    this dispatch by default available to all the pages in the pages-directory. in the next 14 app-directory how do we set like this, and need to pass some props page.js to layout.js

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

    thankyou my friend. you just save my time

  • @gautamanand9052
    @gautamanand9052 9 หลายเดือนก่อน

    Please tell which vscode theme you are using, I liked it

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

    Sir how to add custom error page/ component?

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

      create a page naming error.tsx

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

      @@sumitkumarsharma3103 created one in app directory didnt work for me

    • @sammymathias
      @sammymathias 9 หลายเดือนก่อน

      not-found.jsx

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

    how to create a component for which we dont want to give routing?

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

      don't use Page.tsx for that component

  • @mahadevdeshmukh7439
    @mahadevdeshmukh7439 2 หลายเดือนก่อน

    is it mandatory to write file name with page.jsx only? i mean "page" name is strict to write?

  • @firewatermoonsun
    @firewatermoonsun 6 หลายเดือนก่อน

    Can the page files have .jsx or .ts extensions for routing?

  • @evertsonaguilar5554
    @evertsonaguilar5554 5 หลายเดือนก่อน

    graciassssss, ayudas a progresar mi vida :3

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

    Great efforts....Thank you!

  • @Matthew-thl-travel
    @Matthew-thl-travel 3 หลายเดือนก่อน

    the folder with name "Profile" & "profile" will influence the url as well, is it normal?

  • @Armando-Petrovici
    @Armando-Petrovici 9 หลายเดือนก่อน +1

    Thank you very much!!!!

  • @zaynabdikko4433
    @zaynabdikko4433 11 หลายเดือนก่อน

    Thanks for the tutorial ❤

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

    I have been waiting for this

  • @creative0x
    @creative0x 10 หลายเดือนก่อน

    How do you get the Next JS snippets for VS Code?

  • @aadargupta
    @aadargupta 10 หลายเดือนก่อน

    Is there a way to do a custom 404 route?

  • @Ashishparihar-ds9kg
    @Ashishparihar-ds9kg 3 หลายเดือนก่อน

    Beautiful 😍❤️

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

    Keep the videos coming. 👏

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

    Hello i am very excited to whole series of Nextjs 14. please make one video for the database connection with mysql not with mongodb. simple crud with nextjs 14 and mysql database. Thanks in adavance

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

    Why do you use src dir?

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

    For real man you’re a blessing❤🎉
    Keep more videos coming ……..lol😂🙂✌🏽

  • @ViaAutodidata
    @ViaAutodidata 4 หลายเดือนก่อน

    Thank you very much indian bro

  • @beybell
    @beybell 9 หลายเดือนก่อน

    Thank you, man!

  • @behroozbk
    @behroozbk 11 หลายเดือนก่อน

    you are the best!

  • @aakashyadav6228
    @aakashyadav6228 11 หลายเดือนก่อน

    Bro, please continue with the series.

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

    thank you for all you do mahn

  • @undefined-null-NaN
    @undefined-null-NaN ปีที่แล้ว

    Keep more videos coming ♥

  • @victorgabrielreis8586
    @victorgabrielreis8586 11 หลายเดือนก่อน

    claro e objetivo , muito bom!

  • @qazimtahir
    @qazimtahir 8 หลายเดือนก่อน

    Excellent

  • @0GRANATE0
    @0GRANATE0 2 หลายเดือนก่อน +1

    I have nextjs 14.2 and everything is different??

    • @morena-jackson
      @morena-jackson 2 หลายเดือนก่อน

      Mine is too but you can still follow along. There is no more src folder so just delete the app folder.

  • @sidhantkumarsingh2
    @sidhantkumarsingh2 3 หลายเดือนก่อน

    good work bruh

  • @Ahmadvibes11
    @Ahmadvibes11 14 วันที่ผ่านมา

    the layout page is not created on my side automaticaaly plz help

  • @pranilkumar8687
    @pranilkumar8687 11 หลายเดือนก่อน

    Please do a fresh course for react as well

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

    ✨️💪wonderful content..

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

    yes easily understandable 🙂

  • @Arya-nr4ym
    @Arya-nr4ym ปีที่แล้ว

    thank you

  • @sahratehrani
    @sahratehrani 10 หลายเดือนก่อน

    Thanks

  • @freedom-hg4vk
    @freedom-hg4vk ปีที่แล้ว

    please finish react native course

  • @nicolasdupere
    @nicolasdupere 9 หลายเดือนก่อน

    So good

  • @yusufnadaroglu4108
    @yusufnadaroglu4108 4 หลายเดือนก่อน

    Well done!

  • @marvelous812
    @marvelous812 9 หลายเดือนก่อน

    page file is using .JSX not plain .JS

  • @thecoder1631
    @thecoder1631 6 หลายเดือนก่อน

    this is nice. I hated react router Dom and their continues new changes. they made it way too complicated and keep changing things like twice a year.

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

    GoodJob!

  • @me29_hi8
    @me29_hi8 10 หลายเดือนก่อน

    it's about version 13, not 14

  • @manojrawat5756
    @manojrawat5756 3 หลายเดือนก่อน

    ✨✨

  • @TanzeelAhmad-gi9jq
    @TanzeelAhmad-gi9jq 7 หลายเดือนก่อน

    npm ERR! Missing script: "dev"
    npm ERR!
    npm ERR! To see a list of scripts, run:
    npm ERR! npm run
    npm ERR! A complete log of this run can be found in: C:\Users\FATTANI COMPUTERS\AppData\Local
    pm-cache\_logs\2024-05-17T10_58_33_251Z-debug-0.log
    i having this error please help:)

    • @aadarshgupta6800
      @aadarshgupta6800 7 หลายเดือนก่อน

      In terminal go to generated folder

    • @aadarshgupta6800
      @aadarshgupta6800 7 หลายเดือนก่อน

      Cd folder name

  • @Z4CK-v6l
    @Z4CK-v6l 7 หลายเดือนก่อน

    Not working

  • @professionalyoutubevideowa37
    @professionalyoutubevideowa37 9 หลายเดือนก่อน +1

    Anyone else getting a 404?

  • @Leyzsus
    @Leyzsus 6 หลายเดือนก่อน

    wtf this is how easy it is? other tutorials are too complicated asf

  • @BilalAhmed-nx6sr
    @BilalAhmed-nx6sr 3 หลายเดือนก่อน

    HOW ON EARTH IS THIS FREE?

  • @cga6336
    @cga6336 7 หลายเดือนก่อน

    Why you gotta try to talk like Bro Code bro? I don't watch his videos because the voice is so annoying. Jeez

  • @redbullskate
    @redbullskate 5 หลายเดือนก่อน

    localhost:3000/pokemon

  • @paulina7497
    @paulina7497 11 หลายเดือนก่อน

    thank you

  • @samitshad2965
    @samitshad2965 8 หลายเดือนก่อน

    thanks