I am at the half of the video yet, and as a beginner, I learned more than all tutorials I watched combined so far. The I was really super confused and struggling with the new concepts and NextJS. A bird's eye-view from someone who really knows his stuff is enlightening. Thank you !
I only got half way through the video and bought your course. Very well explained and the ability to demonstrate these concepts on top of just talking about them is awesome.
This guy is one of the very few best devs on nextjs I have ever seen with really clear delivery and the background on the topics. completely the opposite of indian toturials. keep up the great work.
It's funny I've heard people say, "Tailwind eliminates the need for coming up with class names." Before, that didn't seem like a big deal, but it actually 'clicked' when watching this video. The mental energy that goes into coming up with good, consistent class names is no small thing, not to mention maintaining greater consistency in CSS across projects. Makes sense to save the creativity for when it's needed, thanks.
@@xXxRK0xXxUntil you have 100, 200+ classes. Then you’re creating a spreadsheet to track your own classes and looking them up anyway. Better to let someone else do that work.
This is really nice for someone liike me that couldn't practice Next.Js for the last months, having a quick review of essential concepts to know from NextJS. Thank you very much!
I don't often comment tutorial or any UA-cam video but this Next.js tutorial video's quality is very high from A to Z. Thank you so much. You are amazing !!!
My Professional React & Next.js course is OUT NOW now! Find it here: bytegrad.com/courses/professional-react-nextjs -- this is the #1 resource to master the latest React & Next.js, my absolute best work.
You are a great teacher, one of the very few who are able to explain in easy language that cover the main points. This actually wants me to purchase your course.
I’m a at least a hr level react developer but I learned a lot. The way you explained it mad em understand everything on a deeper level to where I could teach someone. Suspense explanation was legendary bro.
came here to kickstart my nextjs learning path, you taught more than that, I loved the hosting part, you explained very well. I just loved your explanation 😍😍😍😍
I just LOVE the pace and editing here. As someone who is familiar with other frameworks it is very refreshing to not hear any boring old stuff but only what's essential and important. Surely the video is not accessible to beginners, but not every video has to be. I also noticed a lot of similarities with SvelteKit by the way.
I really like this. Just straightforward, quick intros to the important concepts. I can then pursue further studies while having a good overview. So much better than these silly "tutorials" that are little more than typing videos.
Was watching some tutorials from other channels and was having trouble processing it all. I was starting to think I was the problem, but then I came to this vid and it all makes perfect sense. Subscribed
Thanks, best video about NextJs, great explanation, you have covered all the topics...I was really looking for this kind of video. Very useful for react developers to learn Nextjs in 45 min. You can change video title to: NextJs Complete Crash Course | All 12 All 12 Concepts You Need to Know.
Hey Man your tutorials are so explicative , clear and concise! Probably I wouldn't have followed you when I first started programming, but know with experience I can follow along easily and your method is spot on! ❤
hey thank you so much for this great crash course, i have two qustions related to (Caching & Static) parts, 1- Is there still a purpose for using SWR package in Next 14 ? 2- Should i use fetch built in function to get the benefit of Next Caching? what about if i want to use axios for example thank you again
Your NextJs videos has a lot more views than others! It would be amazing if you could also make a tutorial on how to use supabase sso with it. I am a little lost and I like that you explain important points.
This could easily be an excellent six-hour Udemy course. Perhaps it's recency bias, but this is the best crash course I have ever seen. And i say that as an expert because for a long time, I've only watched crash courses :P
I really like your explanation about those core subjects, and I got some questions: 1. It looks like it's always going to be redundant to have the PostgreSQL commands right in the components, that's why I think a better solution would be to wrap them up in an MVC pattern with business-logics and modules. What do you think? 2. From a DevOps engineer perspective, how would you scale it? It would be much easier to scale it if we have the "server" apart from the "client" and have them communicate by REST-API. That way you can scale the server as much as you want (which is more likely to be under a heavier load than the "client"). I'm currently working on a side project that is using Next.js in the client side with some server-actions that use "REST-API" and call another server that handles the DB, implemented with MVC design-pattern. In the server side, all of my DB modules are being re-used by different business-logics that can be complicated, therefore MVC saves the day by making it a little easier.
Thank you so much for this video, although I'm still a bit confused about the caching, if you didn't talk about it and someone new to nextJs 13 eventually build the app and he finds that the dev mode and build mode are different, it can cause someone to run mad
Is PM2 not needed? Also making the website or webapp HTTPS would be cool to see or setting up a basic firewall there. I know I could look for it elsewhere, but you are one of the best. I learn fast and clear with you.
I am at the half of the video yet, and as a beginner, I learned more than all tutorials I watched combined so far. The I was really super confused and struggling with the new concepts and NextJS. A bird's eye-view from someone who really knows his stuff is enlightening. Thank you !
I only got half way through the video and bought your course. Very well explained and the ability to demonstrate these concepts on top of just talking about them is awesome.
Awesome, thanks! 👍
I'm kind of a beginner who knows only basic React and still I enjoyed this video so so much!
@@ByteGradis the course in typescript?
This guy is one of the very few best devs on nextjs I have ever seen with really clear delivery and the background on the topics. completely the opposite of indian toturials.
keep up the great work.
Love your editing - very compact and to the point without any time wasting.
It's funny I've heard people say, "Tailwind eliminates the need for coming up with class names." Before, that didn't seem like a big deal, but it actually 'clicked' when watching this video. The mental energy that goes into coming up with good, consistent class names is no small thing, not to mention maintaining greater consistency in CSS across projects. Makes sense to save the creativity for when it's needed, thanks.
i feel like it takes more effort to look up tailwind css syntax than thinking of a classname...
For me it took about 2 weeks to learn all the tailwind classnames. Now I feel like I will never go back to vanilla css
once you start using it you will not ever want to go back
For styling you're 100% right, however you should still have class names and/or id's for web analytics.
@@xXxRK0xXxUntil you have 100, 200+ classes. Then you’re creating a spreadsheet to track your own classes and looking them up anyway. Better to let someone else do that work.
This is really nice for someone liike me that couldn't practice Next.Js for the last months, having a quick review of essential concepts to know from NextJS. Thank you very much!
I don't often comment tutorial or any UA-cam video but this Next.js tutorial video's quality is very high from A to Z. Thank you so much. You are amazing !!!
Glad it helped!
My Professional React & Next.js course is OUT NOW now! Find it here: bytegrad.com/courses/professional-react-nextjs -- this is the #1 resource to master the latest React & Next.js, my absolute best work.
Can't wait :D Thank you for the great content you provide us with.
Will the nextjs course be Next 14?
@@kevinnguyen238 Yes, all the latest and greatest is in there :)
This is legit the best A-Z Next.js tutorial out there, thank you
I did a simple nextJS app 3 years ago and wanted a crash course to take me back to the zone.. This is great.
You are a great teacher, one of the very few who are able to explain in easy language that cover the main points. This actually wants me to purchase your course.
I’m a at least a hr level react developer but I learned a lot. The way you explained it mad em understand everything on a deeper level to where I could teach someone. Suspense explanation was legendary bro.
Wow. Just wow. Seldom seen such a concise and clear video.
Information like this is most often contained within 10x of the video size.
Beautiful!
I’m following your channel from last 6 months, and honestly speaking content quality improved so well.
came here to kickstart my nextjs learning path, you taught more than that, I loved the hosting part, you explained very well.
I just loved your explanation 😍😍😍😍
these should be a badge to these kind of channel, glad it's recommended fully loaded. loved the quality content provided.
I needed to pause this video to find out the genius behind it. I love this tutorial and I am definitely getting your course.
Awesome, thanks! :)
I just LOVE the pace and editing here. As someone who is familiar with other frameworks it is very refreshing to not hear any boring old stuff but only what's essential and important.
Surely the video is not accessible to beginners, but not every video has to be.
I also noticed a lot of similarities with SvelteKit by the way.
I really like this. Just straightforward, quick intros to the important concepts. I can then pursue further studies while having a good overview.
So much better than these silly "tutorials" that are little more than typing videos.
Surpised at how good this was, really appreciate the in depth deployment section at the end too!
Best NextJS tutorial ever. Congrats, you've explained the basics and the simple way. Helped a lot!
Was watching some tutorials from other channels and was having trouble processing it all. I was starting to think I was the problem, but then I came to this vid and it all makes perfect sense. Subscribed
Great as always, loved the mini deploy tutorial at the end.
I wish you could make another video covering app router versus pages router, focusing on their folder structure. thx for the very clear explanation😁
CLEAR. DIRECT. OBJECTIVE. EXCELLENT. Wish every web dev tutorial on the Internet was like this!
I just came across this channel and its definitely making my life easy getting started with Next JS
Thanks, best video about NextJs, great explanation, you have covered all the topics...I was really looking for this kind of video. Very useful for react developers to learn Nextjs in 45 min.
You can change video title to: NextJs Complete Crash Course | All 12 All 12 Concepts You Need to Know.
best tutorial i've ever watched for anything code related. very well done thank you
Hey Man your tutorials are so explicative , clear and concise! Probably I wouldn't have followed you when I first started programming, but know with experience I can follow along easily and your method is spot on! ❤
Very clear and simple explanation. I'll subscribe
YES , YEEEES!! i was waiting for you to make a video about NextJS before i start it , thank you !
Top-notch content!
it is short, straight and educative
loved it
thank you❤
I am so looking forward to checking out your upcoming Next.js tutorial.
After watching for a few seconds I double checked my player speed settings. literally you're very smooth and conveying 100%.
Nice explained core concepts. Thanks for the tutorial. Nice format!
If I want to learn any front-end technique now, I first come to see if you have any videos. Your tutorials are perfect for me. It’s great.
Happy to hear that!
hey thank you so much for this great crash course, i have two qustions related to (Caching & Static) parts,
1- Is there still a purpose for using SWR package in Next 14 ?
2- Should i use fetch built in function to get the benefit of Next Caching? what about if i want to use axios for example
thank you again
From dev to production. Good tutorial.
after watching so many videos of NextJs I found you just finished the video I can say All Clear
I'm amazed how clear you make your topics. Thank you for very informative videos
Appreciated the last deployment part. Thank you 🙏
So thankful; Posted at the exact moment I needed it.
OMG Man ! I am in love with this video. It helps me to revise all next JS concepts within an hour what an amazing explanation from you.
Eagerly awaiting your next course!
Your NextJs videos has a lot more views than others!
It would be amazing if you could also make a tutorial on how to use supabase sso with it. I am a little lost and I like that you explain important points.
I'm addicted to your videos 😅, keep making them as I need daily multiple doses of them❤
You can skip the boilerplate by adding `--empty` during the create :)
My english is not perfect so I had to slow down video till 0.75 :) To understand everything. Great tutorial.
I like it! short and compact knowledge shared. Thank you
Thank you for your explanation. easy to understand nextjs
Wow! I watched the 29 mistakes video too, and ooh boy! This channel is great!
I need this new next's course!!
thanks man. just starting with nextjs and react so this is great.
7.7k+...Thanks. The best explanation out there ! Cheers !
Great video, how can you perform more than one crud operation on the use optimistic?
This could easily be an excellent six-hour Udemy course. Perhaps it's recency bias, but this is the best crash course I have ever seen. And i say that as an expert because for a long time, I've only watched crash courses :P
Wow, this is really nice overview! Thanks!
wow that was anmazing tutorial, both next js stuff and how to deploy thing on server. Thanks a lot. subscribed !!
Love this tutorial, fast and precise,
You gained a subscriber ❤
One week until the course drops!!
Get ready! 👍 :)
Your tutorials are so amazing and helping a lot ... Thanks
I really like your explanation about those core subjects, and I got some questions:
1. It looks like it's always going to be redundant to have the PostgreSQL commands right in the components, that's why I think a better solution would be to wrap them up in an MVC pattern with business-logics and modules. What do you think?
2. From a DevOps engineer perspective, how would you scale it? It would be much easier to scale it if we have the "server" apart from the "client" and have them communicate by REST-API. That way you can scale the server as much as you want (which is more likely to be under a heavier load than the "client").
I'm currently working on a side project that is using Next.js in the client side with some server-actions that use "REST-API" and call another server that handles the DB, implemented with MVC design-pattern. In the server side, all of my DB modules are being re-used by different business-logics that can be complicated, therefore MVC saves the day by making it a little easier.
You should have more suscribers, thank you for this content
Thankyou for not making 69 different videos which i couldn't have completed in eternity :D
Bro, you made my day. Very useful video!
im excited about the react next course
Bro you are the goat of NextJs
Wonderful overview! Thank you!! 🎉
Waoh.... It's such a quality tutorial... I am literally unable to not understand almost "EVERYTHING" about NextJS.... +1 sub 😂💪
Can you make a video, where you talk about yourself, how you became a developer, your background, tips/advice for newcomers etc.
Nice Tutorial, I need it, Thanks man
Thanks man i was react developer my client said i want nextJS i saw this video ❤
This is great value. Thanks for the effort and effective communication
best video on nextjs thanks BytGrad
You just delivered the holy grail I was looking for, Thanks a lot!!
Dude! We’re actually trying to LEARN stuff, this video is more like a speed reading contest.
Thank you so much for this video, although I'm still a bit confused about the caching, if you didn't talk about it and someone new to nextJs 13 eventually build the app and he finds that the dev mode and build mode are different, it can cause someone to run mad
you're absolutely from the future, dude!
Thank you very much sir. All of your lectures are amazing!!!
This is very very good video with very detailed and very clear on each and everything you try to share with us❤.
Thank so much for your efforts
I thoroughly enjoyed this, superb quality
best explanation i have ever witnessed
The caching explanation was 👌🏼
Amazing video! Thanks for your work!
U have very pretty diction and Your language is very clear.Its soo important for people from other countries . greetings
Clear and understandable, just like all your other videos... keep up and tank you !
this is really awesome, thank you ... any chance you could make the code public?
Wow, awesome video, thanks !
Good video for explaining removing 3000 port!
The best kind of tutorial
Hi ByteGrad! When are you going to release your Next.js React course?
Next week :) Make sure you’re subscribed to the email newsletter for updates
@@ByteGrad Can't wait for this course! seriously :)
This is an awesome course. Thanks
Awesome video with great examples and clear explanation!
Is PM2 not needed? Also making the website or webapp HTTPS would be cool to see or setting up a basic firewall there. I know I could look for it elsewhere, but you are one of the best. I learn fast and clear with you.
Yeah you can make that much more sophisticated
the video i was looking for. Simple !
Great video!
14:14 you can call server actions from client components too
I'm curious about this server actions, so we don't need any API again to post or create data?
My God I absolutely love your channel!
Amazing and to the point