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
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)
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
What I love about this video is how you go through each example and insert those "oh, and btw you can also do this this other way, and this will work a little different, which may or may not be better in your use case". That's always what lack in tutorials. Everyryone is teach only one, their, strict way, and if you try to deviate from that for an inch, then everything falls aparat, but they won't tell you that!
Well, this video alone is more valuable than most courses about Next.js. Almost all mistakes solved in this video are from real-life struggles and can easily take tons of hours to figure out how to solve them alone! Thank you for the amazing video! I was hesitant to upgrade to Next 15 because of these doubts I had about server/client components. This video helped me a lot. :D
Way to get to the f'ng point on every one of these! I typically can't sit through long instructional videos...they're so often filled with fluff. I find myself skipping through them looking for actual content and (typically) giving up. But this was an easy 1hr and 45 to watch every single minute of. Hats off.
Thanks, I made exactly the most of the mistakes you are mentioning here. My problem with "use client" overuse was very painful, as I was getting 429 from the external service that I'm using for auth. The problem was, I was fetching data on the server side but the call went from client component, so through the middleware I had many requests on a single render of a all components, causing 429 on user check and token refresh. A tough lesson learned - I wish I’d seen your video sooner!
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 :)
bro you are the one and only one kind of a teacher who has explained the concepts like a teacher teaches to kids , minimalistically yet on to the point , I will be buying your course , I am from India and even after the discount price is still high for me , I am gonna save and bring your react next course , please dont stop content like this , your explanations are best , also please start series like this for react and other , Also please start project series , i feel no other teacher can match the style when it comes to build complex apps on youtube , so please go ahead with projects tutorials.
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!!!
It's funny cause I just made the mistake of using "use client" wherever I got an error just to get around it without actually understanding it and the first video I get recommended is yours, almost ironic. Thank you so much though this video saved so much time for me with my first project!
After the first few sections, I ended up watching the entire video. You do an excellent job of providing real world scenarios and examples on the topics, as well as explaining the alternative of your advice. Awesome work
I have seen quite a lot of NextJS videos on TH-cam 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
"Insightful video! It's no mistake to say this is the #1 Next.js guide for beginners. Your comprehensive rundown cleared the fog surrounding many common misconceptions. Time to level up our digital marketing game with Semaphor analytics. Thank you!"
GREAT VIDEO! Giving real world examples that are at the same time generic is best way to convey the knowledge. Even if I often read documentations and articles, I learned a lot of new things from this video and see some of my mistakes from the past, that I resolved but didn't know why was it resolved. THANK YOU for this!
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!
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.
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.
What a video. This video covers almost everything about RSC... Thank you... there is one thing left in my head that keeps making me stuck on my project. "where do we save token and refresh token". since my project depends on an external data source that require access token and reguilarly refresh the token with he give refreshToken. In client side, we commonly do it in cookie, and using axios we can pass that token as bearer token, and with the interceptor we refresh the token if necessary. but what is your advice when it comes to server land?
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?
this video is the best out there, I'm happy that I found it, but sad that it took me so long to get to this golden gem. very nice work, hope you keep sharing your knowledge.
wow man, you need to be ambassdor of vercel, a missile of bottom lines what a implicity sharp gzipped explaination worth every second congratz you pinned as top mentor on next js
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! 🚀👏
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 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?
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.
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.
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.
I spent last 3 months learning NEXTJs(Switching from react to next) and some things just didn't make sense although I'm pretty good with react. This one video simplified entire Nextjs for me. Thanks a lot brother. I'm eternally grateful.. Now it all makes complete sense.
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.
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.
A deficiency Next.js data caching has is that if the same fetch is called in multiple components on the same page, the first cache miss (e.g. build) will cause all of the components to fetch the same data (in parallel) and all of them will set the cache. There should be an easy way to dedupe the calls happening at the same time and let only one of the components go to the network and set the cache. E.g. first component to trigger the fetch makes others wait. After that, the components can get it from the cache. If the thing being fetched is cheap, yeah no problem, but if it's rate limited or takes a long time, although it can be rendered in parallel on the server, it's still unnecessary work.
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.
I have one question....can you explain the purpose of wrapping a server component with a context provider? Can the context share data to the server component or its just to allow server components to be redered as server? And thank you for this tutorial, it helped me a lot!
This is such a great video but please please make a next js 15 video as the caching has been removed by default. I am a lil confused now in mistake 13,14 15. But thank you so much for this video.
I would like to send the user to a different webpage. For example: When a user clicks a button, an API call is made; based on the response, need to redirect user to a different page. I have used useRouter from next/navigation. The page reloads and gets redirected. its not redirecting client side NEXT VERSION: 14.2
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!
Awesome video! I'm a bit confused about "getData" functions and the "use server" directive. We shouldn't place "use server" at the top of a file which has a bunch of "getData" functions, because we are exposing a POST endpoint, and also because calling a "getData" from a server component already make the get in the server. We should use "use server" only to mutations functions, and validate those. Did I get that right?
So I answer myself after some investigation. React recommends to use "server-actions" for mutating. According to React docs "Server Actions are designed for mutations that update server-side state; they are not recommended for data fetching.". You could use it to retrieve information but is not the intended way. Server actions request is a POST, so you will be fetching data with a POST request. I found in a Reddit post this answer: "I asked one of the members of the Vercel team on Discord if we could use server actions to fetch data. While it's possible, they don't encourage this, but the response I got was a bit ambiguous."
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
Hi, we are quite impressed with the topics. In my team people want to buy your course, but they cannot afford that much. if you could please upload that yo udemy, it will be easy for all of us to buy.
is it weird that i knew pretty much everything in here and a lot more abou tnext js ? and i only started 6 months ago where i was tasked to move pages router to app router - server actions is the only one that i have not yet played around with cause my project does not have a need for that so im good there but my one question that even nextjs is startled and not answered me yet on reddit was why did you guys deprecate import {useRouter} from 'next/router' const router = useRouter(); console.log(router.route) no answer until now Also you missed out on New MetaDataApi next/headers etc but overall master these and you pretty much have nextjs 14 in a nutshell
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
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)
@@niconel7659 also, for India?
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
Thanks!
Agreed
Byte Grad is super smart, another amazing video
Exactly
agreed agreed agreed❤
What I love about this video is how you go through each example and insert those "oh, and btw you can also do this this other way, and this will work a little different, which may or may not be better in your use case". That's always what lack in tutorials. Everyryone is teach only one, their, strict way, and if you try to deviate from that for an inch, then everything falls aparat, but they won't tell you that!
Well, this video alone is more valuable than most courses about Next.js.
Almost all mistakes solved in this video are from real-life struggles and can easily take tons of hours to figure out how to solve them alone!
Thank you for the amazing video!
I was hesitant to upgrade to Next 15 because of these doubts I had about server/client components. This video helped me a lot. :D
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.
Way to get to the f'ng point on every one of these! I typically can't sit through long instructional videos...they're so often filled with fluff. I find myself skipping through them looking for actual content and (typically) giving up. But this was an easy 1hr and 45 to watch every single minute of. Hats off.
Thanks, I made exactly the most of the mistakes you are mentioning here. My problem with "use client" overuse was very painful, as I was getting 429 from the external service that I'm using for auth. The problem was, I was fetching data on the server side but the call went from client component, so through the middleware I had many requests on a single render of a all components, causing 429 on user check and token refresh. A tough lesson learned - I wish I’d seen your video sooner!
This video felt like 10 minutes to watch. Improved many things in my current project because of you. Thank you
I watched the video for a bit and didn't realize I've watched it for 1 hour. Yes, it indeed felt like a 10 minute video XD
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 :)
Glad it was helpful!
You are the best Next.js teacher 🌟 I've bought overpriced Next.js courses from TH-camrs with 1M+ subscribers, but nobody explains like you do! 👍
Watch this video every once in a while because it's golden
bro you are the one and only one kind of a teacher who has explained the concepts like a teacher teaches to kids , minimalistically yet on to the point , I will be buying your course , I am from India and even after the discount price is still high for me , I am gonna save and bring your react next course , please dont stop content like this , your explanations are best , also please start series like this for react and other , Also please start project series , i feel no other teacher can match the style when it comes to build complex apps on youtube , so please go ahead with projects tutorials.
Awesome, thanks!
Excellent , this cleared a lot of misconceptions I had and also gave me more clarity on NextJs App router concepts. Thank you.
i am new to nextjs and your video has helped me to understand client and server component difference.
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!!!
Great video. I am only 20mins in and it has already cleared up server/client confusion I had while starting to work with Nextjs.
Nice!
This type of explanation I've never seen on youtube, once again thank you for your efforts.
It's funny cause I just made the mistake of using "use client" wherever I got an error just to get around it without actually understanding it and the first video I get recommended is yours, almost ironic. Thank you so much though this video saved so much time for me with my first project!
Just waiting for my CC turn to buy your course. You are , by far, the best teacher i ever had. Greetings from Brazil!
After the first few sections, I ended up watching the entire video. You do an excellent job of providing real world scenarios and examples on the topics, as well as explaining the alternative of your advice. Awesome work
A lot has been learned here.
Also love how you use TS along with the code. That's professional level.
I have seen quite a lot of NextJS videos on TH-cam 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
This is actually the #1 next js video for beginners. You cleared up so much of my confusion
"Insightful video! It's no mistake to say this is the #1 Next.js guide for beginners. Your comprehensive rundown cleared the fog surrounding many common misconceptions. Time to level up our digital marketing game with Semaphor analytics. Thank you!"
GREAT VIDEO! Giving real world examples that are at the same time generic is best way to convey the knowledge. Even if I often read documentations and articles, I learned a lot of new things from this video and see some of my mistakes from the past, that I resolved but didn't know why was it resolved. THANK YOU for this!
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!
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.
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.
I find the "use clients" and "use server" weird, NextJS v12 made so much sense, since v13 not so much! Thanks for your videos!!!
What a video. This video covers almost everything about RSC... Thank you...
there is one thing left in my head that keeps making me stuck on my project.
"where do we save token and refresh token". since my project depends on an external data source that require access token and reguilarly refresh the token with he give refreshToken. In client side, we commonly do it in cookie, and using axios we can pass that token as bearer token, and with the interceptor we refresh the token if necessary.
but what is your advice when it comes to server land?
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?
Hi, yes CRUD is part of the course
@@ByteGrad Cheers, new subscriber and purchasing course.
this video is the best out there, I'm happy that I found it, but sad that it took me so long to get to this golden gem. very nice work, hope you keep sharing your knowledge.
Great information! Just started my first nextjs project and this information really helped alot! I'll refactor some of my code based on it.
Only about half hour into the video, but already learning a lot. Thank you so much for making this
wow man, you need to be ambassdor of vercel, a missile of bottom lines what a implicity sharp gzipped explaination worth every second congratz you pinned as top mentor on next js
best NextJS video on TH-cam & it's not even close
Great Video! Thanks!! can you share the link to the cache video that you referred multiple times? I can't find it...
This is what we need, it clears all the misconception about next js, huge thanks to you sir.
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! 🚀👏
I haven't watched any Next js course. I have just read the documentation and watched your video and I think that I'm pro now. Thank you❤
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
Thanks, enjoy!
@@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?
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.
so much better than those vercel guys that literally do documentation voiceover as if people can't read
29 pitfalls.. makes me wonder why I keep using next.
The learning curve is real, but worth it IMO
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.
really good video. At start i thought it's too fast, but repeating stuff just makes it so clear by the end
Such a quality content with so robust explanation and presentation. Not many creators do that. Thanks, it was pleasure to watch and learn from it.
Much appreciated!
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.
Awesome, enjoy!
This is gold material. You explained the mistakes really well.
The explanation got a bit repetitive though, maybe you can work on that in the future.
After understanding all, this is a cool way to make project , we have both client and server components available just we have to decide
Every minute of this video is called "QUALITY CONTENT"
Perfect timing! I'm currently on week 4 of learning Next.js and this video has been very helpful 🤓🙏🏼
You are the man! This channel is a gold mine for people learning NextJs. Can't praise and recommend you enough!!!
This is an excellent video - I have experienced ALL the problems mentioned here
Change the title to Mistakes devs make. I’m not a beginner and you made some great points!
lot of hard work. just 12 minutes into this video and i already liked and subscribed this channel.
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
I spent last 3 months learning NEXTJs(Switching from react to next) and some things just didn't make sense although I'm pretty good with react. This one video simplified entire Nextjs for me. Thanks a lot brother. I'm eternally grateful.. Now it all makes complete sense.
Most concise react content creator, thanks a lot for the tutorials!
myyyyyyy heroooo its a treasure for nextjs devs!! really expecting a video like this from you!!
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.
Very informative, this video helped me a lot in understanding nextjs, thank you
hands down, one of the most useful video on next.js. Subscribed.
Wow sir you are attempting to do those things which other youtube doesn't focus on thank you sir 🥰🥰😍
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.
This was an awesome knowledge pill! I've watched it in one go and now I understand my code better. Thank you!
A deficiency Next.js data caching has is that if the same fetch is called in multiple components on the same page, the first cache miss (e.g. build) will cause all of the components to fetch the same data (in parallel) and all of them will set the cache. There should be an easy way to dedupe the calls happening at the same time and let only one of the components go to the network and set the cache. E.g. first component to trigger the fetch makes others wait. After that, the components can get it from the cache. If the thing being fetched is cheap, yeah no problem, but if it's rate limited or takes a long time, although it can be rendered in parallel on the server, it's still unnecessary work.
What an amazing video. Very clarifying!!
This tutorial definetly should have saved thousands of Nextjs devs lol. Was at least 100x better than the nextjs documentation
Thanks again. The only channel where I am very excited for the new uploaded videos...
Awesome!! 🎉🎉🎉
PS: how many times have you said "client component"? 😂
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.
It's wild how Vercel brought PHP concepts to the Javascript world
I have one question....can you explain the purpose of wrapping a server component with a context provider? Can the context share data to the server component or its just to allow server components to be redered as server? And thank you for this tutorial, it helped me a lot!
Highly comprehensive video!
Keep going
Video is freakishly helpful. Great job buddy.
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.
Great to hear, thanks! Will think about your suggestion
This is such a great video but please please make a next js 15 video as the caching has been removed by default. I am a lil confused now in mistake 13,14 15. But thank you so much for this video.
Thank you, very informative, watched all the way to the end! 😅😇😎
This is pure gold.
exactly what i was looking for. keep it up!
I would like to send the user to a different webpage.
For example: When a user clicks a button, an API call is made; based on the response, need to redirect user to a different page.
I have used useRouter from next/navigation. The page reloads and gets redirected. its not redirecting client side
NEXT VERSION: 14.2
you are such kind of superhero , thanks for the lesson
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!
thank you very much this is a really great masterclass on next.
Enjoy!
Awesome video!
I'm a bit confused about "getData" functions and the "use server" directive. We shouldn't place "use server" at the top of a file which has a bunch of "getData" functions, because we are exposing a POST endpoint, and also because calling a "getData" from a server component already make the get in the server.
We should use "use server" only to mutations functions, and validate those.
Did I get that right?
So I answer myself after some investigation. React recommends to use "server-actions" for mutating. According to React docs "Server Actions are designed for mutations that update server-side state; they are not recommended for data fetching.". You could use it to retrieve information but is not the intended way.
Server actions request is a POST, so you will be fetching data with a POST request.
I found in a Reddit post this answer: "I asked one of the members of the Vercel team on Discord if we could use server actions to fetch data. While it's possible, they don't encourage this, but the response I got was a bit ambiguous."
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
This was unbelievably helpful. Thank you so much 🙏🏴
Wonder full great explanation thank you brother. please also make a video on security in nextjs. how to add rateLimiter etc.
Content is awesome. Volume needs to 3x atleast
The next video idea, explain all the best ways to access data, covering both client and server components.
Hi, we are quite impressed with the topics. In my team people want to buy your course, but they cannot afford that much. if you could please upload that yo udemy, it will be easy for all of us to buy.
Really useful knowledge and well explained! So easy to miss some of these when starting with next.js. Thank you!
Awsome please make more video for Client side has occourd error
Thank you, Wesley, you resolved many of my issues.👍
Awesome this is a exactly what I needed. Thanks so much for making this video.
Very good explaination as always! Could you please give me the VS code theme that you use?
Intrusive thoughts: Take a shot every time "component" is being said
My brother in Christ are you trying to die?
is it weird that i knew pretty much everything in here and a lot more abou tnext js ? and i only started 6 months ago where i was tasked to move pages router to app router - server actions is the only one that i have not yet played around with cause my project does not have a need for that so im good there but my one question that even nextjs is startled and not answered me yet on reddit was
why did you guys deprecate
import {useRouter} from 'next/router'
const router = useRouter();
console.log(router.route)
no answer until now
Also you missed out on New MetaDataApi next/headers etc but overall master these and you pretty much have nextjs 14 in a nutshell
I can say just very good video for all not only beginners
very deep and easy understanding explaination
Thank you for the clear explanations!