All 29 Next.js Mistakes Beginners Make

Sdílet
Vložit
  • čas přidán 25. 06. 2024
  • Check out Semaphor for analytics here: semaphor.cloud/home (paid sponsorship).
    Disclaimer: this is a sponsored video (paid). It's your responsibility to evaluate safety, accuracy and other relevant parts of the reviewed product.
    NEW React & Next.js Course: bytegrad.com/courses/professi...
    Hi, I'm Wesley. I'm a brand ambassador for Kinde (paid sponsorship).
    👉 Check out Kinde for auth and more bit.ly/3QOe1Bh
    👉 NEW React & Next.js Course: bytegrad.com/courses/professi...
    👉 Professional JavaScript Course: bytegrad.com/courses/professi...
    👉 Professional CSS Course: bytegrad.com/courses/professi...
    👉 Web development roadmap 2024 & 2025: email.bytegrad.com
    👉 Email newsletter (BIG update soon): email.bytegrad.com
    👉 Discord: all my courses have a private Discord where I actively participate
    👉 Kinde: check out Kinde for auth and more bit.ly/3QOe1Bh
    ⏱️ Timestamps:
    00:00 Intro
    01:58 Semaphor (add analytics to your Next.js app!)
    04:11 #1: "use client" too high
    09:45 #2: Not refactoring for "use client"
    10:45 #3: Thinking a component is a server component because it does not have "use client"
    12:28 #4: Thinking that a server component becomes a client component if you wrap it inside a client component
    17:52 #5: Using state management (Context API, Zustand, Redux) in server components
    19:37 #6: Using ‘use server’ to create a server component
    21:46 #7: Accidentally leaking sensitive data from server to client
    23:01 #8: Thinking that client components only run in the client
    27:53 #9: Using browser API’s (e.g. localStorage) incorrectly
    33:08 #10: Getting hydration errors
    38:43 #11: Incorrectly dealing with third-party components
    42:27 #12: Using route handlers for getting data
    44:28 #13: Thinking it’s a problem to get the same data in different places
    48:45 #14: Getting a ‘waterfall’ effect when fetching data
    53:12 #15: Submitting data to server component or route handler
    59:38 #16: Getting confused when the page doesn’t reflect data mutation
    1:01:43 #17: Thinking that server actions can only be used in server components
    1:03:40 #18: Forgetting to validate & protect server actions
    1:07:26 #19: Adding ‘use server’ to make sure something stays on the server
    1:09:35 #20: Misunderstanding dynamic routes (params & searchParams)
    1:13:12 #21: Incorrectly working with searchParams
    1:19:12 #22: Forgetting to deal with loading state
    1:20:35 #23: Not being granular with Suspense
    1:22:53 #24: Adding Suspense in the wrong place
    1:23:40 #25: Forgetting ‘key’ prop for Suspense
    1:29:49 #26: Accidentally opting a page out of static rendering
    1:36:10 #27: Hardcoding secrets
    1:39:52 #28: Not making a distinction between client and server utils
    1:42:05 #29: Using redirect() in try / catch
    #webdevelopment #reactjs #nextjs

Komentáře • 181

  • @ByteGrad
    @ByteGrad  Před 27 dny +4

    Hi, my latest course is out now (Professional React & Next.js): bytegrad.com/courses/professional-react-nextjs -- I'm very proud of this course, my best work!
    I'm also a brand ambassador for Kinde (paid sponsorship). Check out Kinde for authentication and more bit.ly/3QOe1Bh

    • @niconel7659
      @niconel7659 Před 11 dny

      Do you offer regional discounts like some other authors, taking in account students country? (like South Africa with a very weak Rand to the US Dollar)

  • @sedmidivka
    @sedmidivka Před měsícem +124

    you are THE ONLY ONE who actually is trying to explain this on examples which aren't complete copies of the documentation together with the same, exactly the same, explanation. I'm so thankful I can't even express this properly in words, it's very frustrating to look for some explanations and just getting these videos with the exact documentation copy paste with 0 info over and over and over again...... man

  • @roguegoblin2407
    @roguegoblin2407 Před měsícem +4

    I've been working with Nextjs for two years and you made me aware of so much mistakes I made in past projects. Great video.

  • @justincheong6159
    @justincheong6159 Před 29 minutami

    I have seen quite a lot of NextJS videos on CZcams and also courses from Udemy. This is the BEST so far. Practical examples to demonstrate the mistakes. And most importantly it rephrases those big terms we see in documentation in a layman way that beginner can understand. Thanks for the video

  • @ZynthCode
    @ZynthCode Před měsícem +20

    This is gold, thank you. Well explained, especially the server/client component differences and woes, such as Hydration errors.
    Extra Side Note: I rarely, if ever, watch a 2h video tutorial in one go, so kudos for keeping it extremely relevant for Next.js devs :)

  • @hyperbrug9328
    @hyperbrug9328 Před měsícem +9

    This is actually the #1 next js video for beginners. You cleared up so much of my confusion

  • @psmontte
    @psmontte Před měsícem +7

    You are the best Next.js teacher 🌟 I've bought overpriced Next.js courses from CZcamsrs with 1M+ subscribers, but nobody explains like you do! 👍

  • @AliAchternaam
    @AliAchternaam Před měsícem +1

    You are the man! This channel is a gold mine for people learning NextJs. Can't praise and recommend you enough!!!

  • @ustav_o
    @ustav_o Před měsícem +5

    exactly what i was looking for. keep it up!

  • @MirkoVukusic
    @MirkoVukusic Před 7 dny +1

    really good video. At start i thought it's too fast, but repeating stuff just makes it so clear by the end

  • @araggohnxd
    @araggohnxd Před 4 dny +1

    this is not only the best nextjs video I've watched, it is also one of the best overall programming videos I've ever watched. I can't stress enough how useful this is. thank you so much!!!

  • @rahulgupta7720
    @rahulgupta7720 Před měsícem +3

    Highly comprehensive video!
    Keep going

  • @ansarqazi4377
    @ansarqazi4377 Před měsícem +1

    I'm just around half way there in the video & feeling like I have watched hours long tutorial. Highly appreciate the content! Highly appreciate your efforts & knowledge! Bundle of thanks!

  • @AlecHalePletka
    @AlecHalePletka Před měsícem +2

    best NextJS video on CZcams & it's not even close

  • @abishekbaiju1705
    @abishekbaiju1705 Před měsícem +1

    Thanks again. The only channel where I am very excited for the new uploaded videos...

  • @AndriusLauFullstack
    @AndriusLauFullstack Před měsícem +1

    Nice overview! I have some experience with React and started learning NextJs. Currently, I'm building a full-stack app, and for a front-end I decided to use NextJs. So your video is a good reminder of which mistakes need to be avoided.

  • @staticwasabi
    @staticwasabi Před měsícem +1

    Thank you for the clear explanations!

  • @aaliraza4004
    @aaliraza4004 Před měsícem +1

    Thank you, Wesley, you resolved many of my issues.👍

  • @user-un9cs7zq5w
    @user-un9cs7zq5w Před měsícem +1

    Thank you. Great Explanation!

  • @northerncoder
    @northerncoder Před měsícem +3

    Great video. I am only 20mins in and it has already cleared up server/client confusion I had while starting to work with Nextjs.

  • @technologymad9253
    @technologymad9253 Před měsícem +2

    myyyyyyy heroooo its a treasure for nextjs devs!! really expecting a video like this from you!!

  • @thedavistheory7674
    @thedavistheory7674 Před měsícem +1

    Most concise react content creator, thanks a lot for the tutorials!

  • @ztipsamme
    @ztipsamme Před 22 dny

    Perfect timing! I'm currently on week 4 of learning Next.js and this video has been very helpful 🤓🙏🏼

  • @rahulnag9582
    @rahulnag9582 Před měsícem +1

    One of the best video on NextJS doubts which will only arise once you become expert in NextJS after completing FEW videos FEW projects.
    But your video is so amazing that if any dev will watch it completely will definitely become pro in NextJS and any confusion which used to come when we do large project will be cleared out after watching this,
    Thanks :)
    Much love from India.

  • @bribri-dy1te
    @bribri-dy1te Před 27 dny +1

    This is what we need, it clears all the misconception about next js, huge thanks to you sir.

  • @hey.............
    @hey............. Před měsícem +1

    hands down, one of the most useful video on next.js. Subscribed.

  • @lukaszw1
    @lukaszw1 Před měsícem +1

    This was an awesome knowledge pill! I've watched it in one go and now I understand my code better. Thank you!

  • @aripanda4209
    @aripanda4209 Před 9 dny +1

    Video is freakishly helpful. Great job buddy.

  • @ritavdas7570
    @ritavdas7570 Před 19 dny

    This video is an absolute gem! 🌟 The explanation of the Next.js app router and pages router differences was incredibly clear and helpful. The examples provided on server components and client components really made it easy to understand where to use each. I especially appreciated the deep dive into hydration errors and how to handle them. Keep up the great work! 🚀👏

  • @avi_mukesh
    @avi_mukesh Před měsícem

    Only about half hour into the video, but already learning a lot. Thank you so much for making this

  • @jfhandfield
    @jfhandfield Před měsícem +1

    My god was that well explained. I needed that video months ago when I started my project it would have help soooo much. Thank you for the video

  • @hilmiterzi3847
    @hilmiterzi3847 Před 28 dny +2

    This tutorial definetly should have saved thousands of Nextjs devs lol. Was at least 100x better than the nextjs documentation

  • @sittshayne4130
    @sittshayne4130 Před 11 dny +1

    Awesome this is a exactly what I needed. Thanks so much for making this video.

  • @mounir101
    @mounir101 Před měsícem +1

    Great video, bro! I learned a lot more than I did from the Next.js documentation because you explained things thoroughly. Thanks a lot for your hard work.

  • @robboten
    @robboten Před měsícem

    Really useful knowledge and well explained! So easy to miss some of these when starting with next.js. Thank you!

  • @insane-works
    @insane-works Před měsícem +1

    wowzers! this was awesome 2 hours!
    agreed with comments above, mistakes you were showing, was the mistakes i made in a some of my previous projects
    great job! subscribed!

  • @erlanggadewasakti
    @erlanggadewasakti Před 4 dny +1

    you are such kind of superhero , thanks for the lesson

  • @oxusss
    @oxusss Před 16 dny

    Great video! Thank you for making this

  • @juanevillam
    @juanevillam Před měsícem +1

    Great video! Very clear

  • @gopal914
    @gopal914 Před měsícem +2

    Every minute of this video is called "QUALITY CONTENT"

  • @kamrant8915
    @kamrant8915 Před měsícem

    Thank you very much for your comprehensive explanations.🥰

  • @russobradock
    @russobradock Před 16 dny

    Thank you very much. What wonderful content, it will be of great help in future projects.

  • @thedigitalceo
    @thedigitalceo Před měsícem +3

    This is pure gold.

  • @VincentFulco
    @VincentFulco Před měsícem +1

    Phenomenal collection!

  • @Krblshna
    @Krblshna Před měsícem +1

    Brilliant video, thanks for hard work

  • @nikita-dev
    @nikita-dev Před měsícem +1

    Amazing video! This was super helpful.

  • @aymenbachiri-yh2hd
    @aymenbachiri-yh2hd Před měsícem +1

    thanks man, keep posting videos like this

  • @qsales2022
    @qsales2022 Před měsícem

    Thanks for your next js videos❤❤

  • @WebDevCody
    @WebDevCody Před měsícem +2

    29 pitfalls.. makes me wonder why I keep using next.

    • @ByteGrad
      @ByteGrad  Před měsícem +1

      The learning curve is real, but worth it IMO

  • @cerdek9190
    @cerdek9190 Před měsícem +1

    Very informative thank you

  • @wusswuzz5818
    @wusswuzz5818 Před 25 dny +1

    This was one of the best deliveries i have seen outside of dave gray. Will be picking up that course, and hoping it is delivered with the same clarity.

  • @azradreamer6314
    @azradreamer6314 Před měsícem +1

    Wesley, U r AMAZING! Thank you!

  • @techGPT97
    @techGPT97 Před měsícem +1

    amazing quality content.kudos

  • @denvelez123
    @denvelez123 Před měsícem +1

    great video!! thank you

  • @EduarteBDO
    @EduarteBDO Před měsícem

    This video is super relevant, I learned a lot of things, I found out that I was not validating my server actions, I'll have to address this because I thought that nextjs automatically validated them but now that I think, there's now way that next will know what type things are for validation, this is just a typescript layer. I have to come up with a nice validation strategy for keeping types but knowing that it can be unknow data for server actions.

  • @russelschuster8036
    @russelschuster8036 Před měsícem +2

    lot of hard work. just 12 minutes into this video and i already liked and subscribed this channel.

  • @tokomnyori6730
    @tokomnyori6730 Před měsícem +1

    Brilliant! 🚀

  • @davidalejandrollanesbojorq63

    This video is really good. I’ve just finished reading the docs and you just filled all the blanks in my mind.
    Btw, what Vs code theme are you using?
    Thx

  •  Před 18 dny +1

    very informative , thanks

  • @technep9776
    @technep9776 Před měsícem +1

    wow. Great content , keep it up man.

  • @shashank.superone
    @shashank.superone Před měsícem +5

    Amazing! Awesome! Fabulous! You have explained ALL what all common confusions go on with NextJs. NextJs should include this video in their official guides and help/troubleshoot/Faqs docs. This cleared most of my doubts for which I was not finding a fitting resolutions together combined anywhere else. ❤ Thanks alot #ByteGrad

    • @ByteGrad
      @ByteGrad  Před měsícem

      Thanks, enjoy!

    • @shashank.superone
      @shashank.superone Před měsícem

      ​@@ByteGrad One thing doubt remains, when I have to use header on all page, or authentications , how to make sure not all pages become dynamic rendered? U said middleware word, but that not explained. What is real solution?

    • @kaziprosper2229
      @kaziprosper2229 Před měsícem

      Middleware is a special file you create at the root of your next js project. This file is where you put all your authentication logic. Just like loading, error, route and page files have a special meaning in next js, a middleware file would automatically be recognized by next js and would be run by next js before the routes you specify in the matcher of helper function written in your middleware file.

  • @bonadio60
    @bonadio60 Před měsícem +1

    Great tips!!!

  • @patolorde
    @patolorde Před měsícem +2

    thank you very much this is a really great masterclass on next.

  • @justinsong3506
    @justinsong3506 Před měsícem +1

    very deep and easy understanding explaination

  • @aisdjsiasiodjisoajd7698
    @aisdjsiasiodjisoajd7698 Před měsícem +1

    Change the title to Mistakes devs make. I’m not a beginner and you made some great points!

  • @real23lions
    @real23lions Před 28 dny +1

    Movie length video. GOATed

  • @nextreact
    @nextreact Před měsícem

    I learned a lot. Thanks

  •  Před měsícem +1

    Great video!

  • @gerkim3046
    @gerkim3046 Před měsícem +1

    Please make a similar one for next-auth, thank you Grad.

  • @christian_k_e
    @christian_k_e Před měsícem +1

    I normally dislike youtube videos to learn about frameworks and programming but, I believe nextjs documentation is way too high level and as soon as you hit some specific problem is rather useless. As many others said, this cleared a lot of my confusion with nextJS, thank you.

  • @rammehar5531
    @rammehar5531 Před měsícem +1

    Wonder full great explanation thank you brother. please also make a video on security in nextjs. how to add rateLimiter etc.

  • @ZynthCode
    @ZynthCode Před měsícem +6

    Intrusive thoughts: Take a shot every time "component" is being said

  • @hasst9261
    @hasst9261 Před měsícem +1

    Useful information

  • @zarefgamz2515
    @zarefgamz2515 Před 8 dny +2

    amazing video, i started to smell my code and when i went to your video, it was indeed my code was smelly :D

  • @avigdev
    @avigdev Před měsícem +1

    Great!! I learned a lot (Mainly from the mistakes(8,9,10))

  • @vikasni95
    @vikasni95 Před měsícem

    Wow sir you are attempting to do those things which other youtube doesn't focus on thank you sir 🥰🥰😍

  • @justinleong3967
    @justinleong3967 Před 25 dny +1

    Excellent explanation

  • @user-xp6gm2bz8w
    @user-xp6gm2bz8w Před 25 dny +1

    Incredible content 👏

  • @akibmahmudrime2845
    @akibmahmudrime2845 Před měsícem +1

    This is a very good video. Nice work

  • @mrtechnostart
    @mrtechnostart Před 27 dny +2

    You earned a sub, Next God.

  • @Applecitylightkiwi
    @Applecitylightkiwi Před měsícem +1

    Lekker gedaan gap

  • @rishavacharya7686
    @rishavacharya7686 Před dnem +1

    Good Stuff!

  • @Tszyu01
    @Tszyu01 Před měsícem

    Coming from other ssr frameworks it’s absolutely terrifying using web APIs causes next to entirely collapse without specifying magic words use client. Just something you don’t need to think about in other frameworks.

  • @dn5426
    @dn5426 Před 13 hodinami +1

    idk if we should call them mistakes or footguns :D
    either way, great video!

  • @arthurarthur732
    @arthurarthur732 Před 13 dny +1

    Amazing video 🎉

  • @kingmeditation6308
    @kingmeditation6308 Před měsícem +2

    thanks. i learned a lot

  • @DrShmuck
    @DrShmuck Před 22 dny

    Such an underrated channel!

  • @Harshit.git911
    @Harshit.git911 Před měsícem +1

    quality work

  • @rajfekar1514
    @rajfekar1514 Před měsícem +1

    thank you byte

  • @nasko235679
    @nasko235679 Před měsícem +1

    Your course was amazing and your videos are always top tier. I would love it if you could do a database design course/series of videos.

    • @ByteGrad
      @ByteGrad  Před měsícem

      Great to hear, thanks! Will think about your suggestion

  • @ethanforvest
    @ethanforvest Před 12 dny +1

    Thank you bro

  • @mtn166
    @mtn166 Před 3 dny +1

    Very helpful for me

  • @zoirjonabduvohidov2897
    @zoirjonabduvohidov2897 Před 17 dny +1

    I can say just very good video for all not only beginners

  • @teetanrobotics5363
    @teetanrobotics5363 Před měsícem +2

    Content is awesome. Volume needs to 3x atleast

  • @jegadheeswarank6290
    @jegadheeswarank6290 Před měsícem +1

    Your videos are great

  • @learner8084
    @learner8084 Před měsícem +1

    This is so good. I want to click the like button many times for you... thanks...

  • @fiantsoharena1584
    @fiantsoharena1584 Před měsícem +1

    Very good explaination as always! Could you please give me the VS code theme that you use?

  • @universalproblemsolver
    @universalproblemsolver Před 19 dny +1

    Not even halfway through. AMAZING. I have learned some of the subtle dance between client and server. Thank you, I thought I was going crazy. Question about your course (React + Next): Do you provide a pattern of Client > Next Auth > Server > Database > Back to Client > Edit/Update/Upsert > Revalidate? Or something close? If not, can I request a paid consultation?

  • @psmontte
    @psmontte Před měsícem

    The next video idea, explain all the best ways to access data, covering both client and server components.

  • @ts8960
    @ts8960 Před měsícem +1

    thanks