35:23 React me ek hi element return kar skte hain ek function/component ke andar. So we wrap multiple divs within a parent container div/section element. Simply bhi use kar skte ho jisko fragment kehte hain aur andar jo cheez hai woh HTML me jab compile hota hai build ke baad, directly aa jaata hai without a wrapper.
00:00:00 - Javascript for beginners 00:05:04 - Setting up environment 00:16:53 - Save and work on GitHub 00:27:14 - Let const var 00:43:54 - Datatypes and ECMA standards 01:01:55 - Datatyope conversion confusion 01:14:46 - Why string to number 01:29:46 - comparison of datatypes 01:38:38 - datatypes summary 01:56:40 - stack and heap memory 02:06:34 - String in javascript 02:29:17 - Number and maths 02:52:34 - date and time 03:10:47 - Array in javascript 03:29:42 - Array part 2 03:45:23 - Objects in depth 04:03:31 - Objects part 2 04:21:13 - Objects destructuring and JSON API 04:34:46 - Functions and parameters 04:53:59 - functions with objects 05:05:14 - Global and local scope 05:14:51 - Scope level and mini hoisting 05:29:47 - this and arrow function 05:48:16 - Immediately invoked function 05:55:33 - How does javascript works behind the scene 06:21:45 - Control flow in javascript 07:14:34 - for loop break and continue 07:39:05 - while do while loop 07:49:24 - High order array loops 08:23:35 - filter map and reduce
Thanks for explaining in a simple manner. Aap itne smoothly samjha dete ho ki lagta hi nhi ki kuch hard hai, aisa lagta hai ki shayad pahle se hi familiar ho chuke hi
00:03 Introduction to the focused series on Next.js 01:53 Introducing a new UI library with minor issues and bugs. 05:38 Overview of different features and elements in the project 07:34 Next.js chosen for popularity and full-stack capabilities 11:16 Setting up Next.js project and using TypeScript 13:18 Using Source Director for code organization in Next.js 17:47 Next.js provides backend capabilities and server-side rendering 19:30 Next.js automatically handles TypeScript and Tailwind CSS configurations. 22:53 Nextjs allows for creating layouts to organize pages and content. 24:34 Understanding the layout and structure in Next.js 28:07 Understanding the usage of React layout and types 29:46 Frameworks impose strict rules on every aspect. 33:36 Dynamic content generation and layout manipulation 35:17 Creating and organizing layout items 38:45 Next.js provides a strong foundation for front-end development. 40:22 Summary of the video 'Lets build this project in Nextjs'
00:03 Introduction to the focused series on Next.js 01:53 Introducing a new UI library with minor issues and bugs. 05:38 Overview of different features and elements in the project 07:34 Next.js chosen for popularity and full-stack capabilities 11:16 Setting up Next.js project and using TypeScript 13:18 Using Source Director for code organization in Next.js 17:47 Next.js provides backend capabilities and server-side rendering 19:30 Next.js automatically handles TypeScript and Tailwind CSS configurations. 22:53 Nextjs allows for creating layouts to organize pages and content. 24:34 Understanding the layout and structure in Next.js 28:07 Understanding the usage of React layout and types 29:46 Frameworks impose strict rules on every aspect. 33:36 Dynamic content generation and layout manipulation 35:17 Creating and organizing layout items 38:45 Next.js provides a strong foundation for front-end development. 40:22 Summary of the video 'Lets build this project in Nextjs'
Finally. Today I have started this next js series, after completing a clone of boat Full stack application. My project frontend is already written in next js. Because I have started writing next js after watching shade cn video. After doing a full stack project. In the first video I found that I have missed many important things in my next js self learning. It will be enjoyable and learnable to complete this series for me.
Sir mein kafi time se aapko follow kr rha hu , Sir aapka jo teaching style hai wo bahut hi amazing hai, ek ek point mind stable ho jata hai. Thanks sir
im just here to say you that yore best JS tutor or sir in the world, thank you so much sir aapki wajh se me javascript samjh paya , i can't thank you enough🙏
But Sir django framework Aapne vala tha na sir🤔🤔 But it's ok sir😄 I am Present Daly for chai aur python. And still I am Daly present in chai aur Nextjs 😂👍
Absolutely! Watching a Next.js video was an exhilarating experience! As I immersed myself in the world of Next.js, I couldn't help but feel a sense of wonder and excitement. The clarity of the explanations and the seamless presentation left me in awe. It was like unlocking a treasure trove of knowledge, with each concept building upon the last in a beautifully orchestrated symphony of understanding. I found myself nodding along in agreement, feeling inspired and motivated to dive deeper into the world of web development. Truly, watching that Next.js video was a transformative experience that reignited my passion for learning and creativity.
Hello Hitesh, I am Hamza, Greetings from Pakistan. I was not from an IT background But you made this journey easy for me. First I completed Javascript, then React, and then the backend course. And now landed on your Next Js tutorials. So many best wishes from my side. May God bless you and your family. More power to you. ❤❤❤
Your Are Helping Many Pakistani Students By Providing This Type Of Content In Free, Who Are Learning Free Programming In A Welfare Institute, Because They Cannot Bear The Expensive Fees. Thanks A Lot Brother
Firstly, Thank you sir, finally Next.js ki series launch karne ke liye, bahut kuch sikhne ko milega, as I am learning react hooks from ur playlist and aapke iss Next.js video se bahut help milega aur wo bhi aapse jo tough concepts ko bhi easy lagne lage. Thank you again sir.💥💯
35:23 React me ek hi element return kar skte hain ek function/component ke andar. So we wrap multiple divs within a parent container div/section element. Simply bhi use kar skte ho jisko fragment kehte hain aur andar jo cheez hai woh HTML me jab compile hota hai build ke baad, directly aa jaata hai without a wrapper.
good answer bro, was looking for it.
00:00:00 - Javascript for beginners
00:05:04 - Setting up environment
00:16:53 - Save and work on GitHub
00:27:14 - Let const var
00:43:54 - Datatypes and ECMA standards
01:01:55 - Datatyope conversion confusion
01:14:46 - Why string to number
01:29:46 - comparison of datatypes
01:38:38 - datatypes summary
01:56:40 - stack and heap memory
02:06:34 - String in javascript
02:29:17 - Number and maths
02:52:34 - date and time
03:10:47 - Array in javascript
03:29:42 - Array part 2
03:45:23 - Objects in depth
04:03:31 - Objects part 2
04:21:13 - Objects destructuring and JSON API
04:34:46 - Functions and parameters
04:53:59 - functions with objects
05:05:14 - Global and local scope
05:14:51 - Scope level and mini hoisting
05:29:47 - this and arrow function
05:48:16 - Immediately invoked function
05:55:33 - How does javascript works behind the scene
06:21:45 - Control flow in javascript
07:14:34 - for loop break and continue
07:39:05 - while do while loop
07:49:24 - High order array loops
08:23:35 - filter map and reduce
This was absolutely needed. Thanks for this course ☺️
9:47 itne confidence say ye part dekh raha hu meim just apki wajah say itna kuch sikhaa dia ha wo bhi achay say
Thanks for explaining in a simple manner.
Aap itne smoothly samjha dete ho ki lagta hi nhi ki kuch hard hai, aisa lagta hai ki shayad pahle se hi familiar ho chuke hi
🎉 was waiting for this one!
00:03 Introduction to the focused series on Next.js
01:53 Introducing a new UI library with minor issues and bugs.
05:38 Overview of different features and elements in the project
07:34 Next.js chosen for popularity and full-stack capabilities
11:16 Setting up Next.js project and using TypeScript
13:18 Using Source Director for code organization in Next.js
17:47 Next.js provides backend capabilities and server-side rendering
19:30 Next.js automatically handles TypeScript and Tailwind CSS configurations.
22:53 Nextjs allows for creating layouts to organize pages and content.
24:34 Understanding the layout and structure in Next.js
28:07 Understanding the usage of React layout and types
29:46 Frameworks impose strict rules on every aspect.
33:36 Dynamic content generation and layout manipulation
35:17 Creating and organizing layout items
38:45 Next.js provides a strong foundation for front-end development.
40:22 Summary of the video 'Lets build this project in Nextjs'
OMG! was waiting for this.
Thank you so much SIr
00:03 Introduction to the focused series on Next.js
01:53 Introducing a new UI library with minor issues and bugs.
05:38 Overview of different features and elements in the project
07:34 Next.js chosen for popularity and full-stack capabilities
11:16 Setting up Next.js project and using TypeScript
13:18 Using Source Director for code organization in Next.js
17:47 Next.js provides backend capabilities and server-side rendering
19:30 Next.js automatically handles TypeScript and Tailwind CSS configurations.
22:53 Nextjs allows for creating layouts to organize pages and content.
24:34 Understanding the layout and structure in Next.js
28:07 Understanding the usage of React layout and types
29:46 Frameworks impose strict rules on every aspect.
33:36 Dynamic content generation and layout manipulation
35:17 Creating and organizing layout items
38:45 Next.js provides a strong foundation for front-end development.
40:22 Summary of the video 'Lets build this project in Nextjs'
Han ji Kaise hai aap sab.....,
Swagat hai aap sabka chai & code me..!!! Chaliye shuru karte hai Next JS....!! 😊😊😊😂
Haanji is not a word. It's an emotion! It's always the starting of something awesome!
I am learning programming from UA-cam from last one year and I have seen many UA-camrs here but you are unique among them all❤
Much needed series, thank you sir !!!
Completed the peoject. Perfect for people who want to work on nextjs projects in frontend and have no backend knowledge.
Just Completed Your Backend Series❤
Sir Thank you so much for next Js series
Bhai react kha se kiya apne ?
@@hsrr136Inka hi channel me h , agar English me chayiye to bro code react 2024 dekhlo latest
@@hsrr136 from chai aur code
This is a very good news for me and all programmers as well.
I was waiting for this class.
Thanks dear tutor. 😊
And chaliye shuru karte hai
Chai ke saath 😂
Bina kisi bakchodi ke saath
Bina kisi bakchodi ke saath
Finally. Today I have started this next js series, after completing a clone of boat Full stack application. My project frontend is already written in next js. Because I have started writing next js after watching shade cn video. After doing a full stack project. In the first video I found that I have missed many important things in my next js self learning. It will be enjoyable and learnable to complete this series for me.
lgta hai 1cr ka package lagwake maanoge sir😂😂😂😂 btw learned alot from you . thanks for this amazing channel.🙏🙏
😂😂😂😂
Fir hamari chai b pakki h
Sir mein kafi time se aapko follow kr rha hu , Sir aapka jo teaching style hai wo bahut hi amazing hai, ek ek point mind stable ho jata hai. Thanks sir
React can only render one element. By wrapping it in empty tag or in single div tag it is considered as a single element. Correct me if I'm wrong!
correct, those empty tags are called fragment
This is the Best Next.js Course in entire UA-cam for me.
Hnji heart chahiye comment p
Best introduction video of a series, btw nextjs is the mkst awaited
Just completed backend and revised React so full over ready for this, bring it on sir ji...
Yeh baat naah mere bacche👏👏👏
10:05 a real advice ☺️
We really need mentors like you❤
Sir Next.js ke saath Typescript bhi sikha dijiyega ❤❤it will helps a lot
01:40. The way Hitesh sir say : " chinta mat karo main hu na😁" that literally boost a lots of confidence 🥰🌹
Kis kis ko pasand h ye Line ( 🖤 hanji app sab kese ho 🤍 )
Line tho pasand hai job nhi mil Raha hain. 😰😰😰
@pkbhai-t8k jarur milega don't feel bad.🙂
im just here to say you that yore best JS tutor or sir in the world, thank you so much sir aapki wajh se me javascript samjh paya , i can't thank you enough🙏
Mujhe aaj pata chala, comment pe double click krne se like ho jaya h 😅
Me too 😂
Me too from your comment 😂
Thank you sir, for nextjs series
But Sir django framework Aapne vala tha na sir🤔🤔
But it's ok sir😄
I am Present Daly for chai aur python.
And still
I am Daly present in chai aur Nextjs 😂👍
Is quality ke video ka kaafi process hota h ji.
Study, project, discussion, breakdown, recording, editing etc
I have started giving priority to your and piyush garg’s videos, because you are the only two guys who are giving out something
Previously, I saw your MongoDb Aggregation pipeline series and the first channel that came to my mind for learning Next js was this. Awesome work sir.
Sir , Ap hmare dil ko kese parh lete hein k hum is waqt kia soch rhe☺. You are the world's best teacher 👍
Hitesh sir uploading valuable free content back to back ... students are like ( haule haule chalo more sajna hum peche hai tumhare ...🤣🤣🤣🤣 )
Absolutely! Watching a Next.js video was an exhilarating experience! As I immersed myself in the world of Next.js, I couldn't help but feel a sense of wonder and excitement. The clarity of the explanations and the seamless presentation left me in awe. It was like unlocking a treasure trove of knowledge, with each concept building upon the last in a beautifully orchestrated symphony of understanding. I found myself nodding along in agreement, feeling inspired and motivated to dive deeper into the world of web development. Truly, watching that Next.js video was a transformative experience that reignited my passion for learning and creativity.
Bro it's clearly visible that it's a chatgpt comment,plz don't pollute the comment section using AI
Absolutely Quality Content, Hitesh Sir❣️😍.
35:27 Solved using React Fragment. You can also solve this by wrapping both in a div.
Hitesh sir, thanks for bringing this series. Ended up watching this video and waiting for next video.
Chai tayar hai, bas sir live aagaye..... 😄🎉
Kudos to Hitesh sir ❤🔥
#chaiaurcode
Sir you explained really really well in this video.... I loved it so much ❤️❤️❤️
Video 1 Completed successfully ❤
Isi ke liye wait kar raha tha,thanks sir for this course ❤
Hello Hitesh, I am Hamza, Greetings from Pakistan. I was not from an IT background But you made this journey easy for me. First I completed Javascript, then React, and then the backend course. And now landed on your Next Js tutorials. So many best wishes from my side. May God bless you and your family. More power to you. ❤❤❤
I love your confidence that you're sure ki ye video hme pasand aayega jo ki aaya bhi
And I love the sweet transition from javascript to typescript 💕💕
The best channel for beginners to get industry level knowledge ❤
Thank you so much sir, When I start learning any web technology, I always watch your videos first. because you create rock solid learning foundation.
35:23
react only returns one tag, we have to cover the and {children} inside another tag
Finally Next js arrived and landed successfully🙂 Thank you so much for this
🙏🏻🙏🏻 Nextjs bhi dekhte hai kya hai, Thank you sir for making all this possible for me to learn.
Amazinggg sir, it was so helpful
love the way you explain in detail with problem solving approach
If perfect timing exists ,then this is the proof!!! Recently started learning Nextjs
Much Much Much awaited Series Sir ji. Advance me hi Shukriya aapka😂
You made it simple and easy to understand as always. Love from Pakistan!
Sir ji shuruaat kar diya the most awaited series...
Always come with Banger Sir 🔥🔥🔥🔥
Honesty and priority is clearn on this channel , Thank you so much hsir!
sir you wont believe, I was thinking to start Next and got you. Thanks a lot
Thanks for explaining in a simple manner. AWESOME COURSE
most waiting playlist...Thank you so much sir
This was absolutely needed.was waiting for this one!
this is best series for next js on youtube tysm sir 🧡
I am still in the middle of the react playlist and yesterday only I was looking for your node playlist, but couldn't found....
And today it is here :D
Thanks A Lot Sir for such Valuable Content ❤❤
Finally, Next js course. Love your all courses
soo Good to See that Finally NextJs is Started !!
this guy is putting more effort than paid tutor.
love from nepal
I am sure! , this will be one of the best nextjs series.
I am very happy to now react to next js with Mr. HC ❤
Sir You're the champion of Programming World!
Great Explanation Sir jee Impressive👌👌🫡💖💖👍👍
A popular full stack framework and 200K subscriber. A WOW combination. PROGRAMMING KA PHAL MITHA HOTA HAI. 😀😃
On may 19th I have started with this series. Hope I will grasp the knowledge and understand Nextjs with consistency
kaafi accha laga aaj start karke aaj start kiya hai chai ke saath
Completing the comment target sir, your content is amazing🙌🙌
Thank you sir for creating such content and the way you teach is really easy to understand .. I used to hate web now i am loving it ..
Looking forward to be consistent and learn NextJs
This NextJS course content is really next level.
Sir, you teach very good, please don't stop making content like this
Waited for it from a long time....Very excited
Interview crack karne se koi nahi rok sakta sir hame thank you a lot sir ❤
Most awaited series
now i am full stack developer thanks for the course
Your Are Helping Many Pakistani Students By Providing This Type Of Content In Free, Who Are Learning Free Programming In A Welfare Institute, Because They Cannot Bear The Expensive Fees.
Thanks A Lot Brother
Finaly Excellent series on youtube for nextjs here
Firstly, Thank you sir, finally Next.js ki series launch karne ke liye, bahut kuch sikhne ko milega, as I am learning react hooks from ur playlist and aapke iss Next.js video se bahut help milega aur wo bhi aapse jo tough concepts ko bhi easy lagne lage. Thank you again sir.💥💯
Thank you so much sir..Just done with react after JS course from this beautiful channel
❤❤❤❤I got 100% confidence from first video
thank you sir next js ki full series ka wait h
wah isi course ka intezaar tha aur hitesh bhaiye be like abhi course ready krke deta hu😄
Want complete advance series in Next please
love from Nepal
Thanks a lot sir, Enjoyed the video and looking forward to learning NEXT js
The way you teach it's Amazing ❤️ Sach main better h baki sab se bhiya Thanks 👍
Thank you once again... was waiting for this... ❤❤❤❤
Really excited for this series!!!
Sir ji Aaj to 2Lack subs paaka hai ❤😊
Likh ke deta hu🎉🎉
I was waiting for this series, Love you sir.
I am super excited to learn and explore next js from you sir.
Happy Teachers' Day, sir! I love the way you explain and teach. It's not just me; everyone feels the same way.😍