Watch these 205 minutes if you want to learn Next.js..

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 23

  • @codewithAbdulMumin
    @codewithAbdulMumin Před 11 měsíci +1

    people like me needs people like you. this is the first time i am seeing your channel. i have downloaded more 10 next js tutorial. then i found this thank you. you got 1 subscription from me.

  • @TheGenZMotivation
    @TheGenZMotivation Před 10 měsíci

    nice one thanks man

  • @prashlovessamosa
    @prashlovessamosa Před 11 měsíci

    Hello sir thanks for sharing this masterpiece I have learnt a lot
    very grateful to you.

    • @TuomoKankaanpaa
      @TuomoKankaanpaa  Před 11 měsíci

      Thank you for your comment, glad to hear it was helpful!

  • @roniaxelrad9493
    @roniaxelrad9493 Před 11 měsíci

    Awesome video. Thank you! A question related to the conversion of next-auth to the app folder. You moved almost everything from the pages folder to the app folder, except the api endpoint [...nextauth].js - is there a way to also move the end point to the new app folder api routes handlers, and then get rid of the pages folder completely?

  • @tessceciliaj
    @tessceciliaj Před 11 měsíci

    Hi Tuomo and thank you for providing us this content!! Keep it up!
    I love your VScode color theme, what's it called?

  • @snivels
    @snivels Před 11 měsíci

    Just made my day!

  • @evalaviniabucur1789
    @evalaviniabucur1789 Před 11 měsíci +1

    Funny. I'm here when there are exactly 205 likes for this video. 205 minutes, 205 likes. 1 like per minute.

  • @Beast80K
    @Beast80K Před 10 měsíci

    Respected Sir,
    *Thank you* for this tutorial !
    I would like to ask you a doubt,
    *How to handle component related errors without crashing the whole page ?*
    Example : On home page if I have 4 components, they get data from their respective APIs & then render it. But if one component has some error. I don't want whole page showing that error(error.js). Just that 1 component should show error while other show their data.

    • @TuomoKankaanpaa
      @TuomoKankaanpaa  Před 10 měsíci

      Cheers!
      About the crashing, you could wrap the api requests in the components to try catch and in case of an error, display an error message.

    • @Beast80K
      @Beast80K Před 10 měsíci +1

      @@TuomoKankaanpaa *Thank You* , Now as I wrapped the whole component in try catch now I show error message & retry button also.

    • @Beast80K
      @Beast80K Před 10 měsíci

      There is also one more thing, *how do you handle errors in API routes(how to return errors as response ) ?*

  • @greensofachronicles
    @greensofachronicles Před 11 měsíci

    Nyt ei voi muuta sanoo kuin hattuu nostaa! 🚀

  • @soheilweb
    @soheilweb Před 11 měsíci

    الهی دور سیبیلات بگردم که انقد خوبی⚡⚡❤❤

  • @tjsm4455
    @tjsm4455 Před 11 měsíci

    I am finding tutorial that are compatible with latest version of next 13 . This tutorial seems 8-10 months old , is this still relevant ?

    • @TuomoKankaanpaa
      @TuomoKankaanpaa  Před 11 měsíci +1

      Hey! As I say in the intro this is a compilation of my nextjs13 tutorials so that’s why some of the parts of this video say ”nextjs 13 was just released” or ”the app dir is in beta” but they still have relevant information, only difference is e.g. that the app dir is now in fact stable. Hope this clarifiea things!