Create your own react library and JSX

  Рет қаралды 20,685

Hitesh Choudhary

Hitesh Choudhary

9 ай бұрын

Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.
All the learning resources such as code files, documentations, articles and community discussions are available on our website:
chaicode.com/
You can find our discord link, github link etc on the above website.
Twitter/X link: x.com/hiteshdotcom
Discord link: hitesh.ai/discord
Learn React with 10 projects: • Let's learn react from...
Learn Docker: • A practical guide on D...
Learn Kubernetes: • Complete Kubernetes Co...
How does a browser works: • How does a browser wor...
How nodejs works: • How node JS works | En...
Learn Redux-toolkit: • Learn Redux Toolkit in...
Learn NextJS: • Nextjs Full stack course
Learn Typescript: • Why to learn Typescript
Learn Javascript: • Welcome to new JavaScr...
Learn React Native: • React Native Mastery: ...
Learn Zustand: • React state management...
Learn Golang: • How to get started wit...

Пікірлер: 136
@samiran__roy
@samiran__roy 7 ай бұрын
Don't know why this master piece still not reach 100 comments. Any way I am fan of Hitesh sir. I have learnt thousands of things because of you sir. So huge shoutout to you. ❤
@saiteja2993
@saiteja2993 5 ай бұрын
Courses like this not only help the students, but also the working professionals. Thank you so much for diving deep that too without any price.
@khaleelalhaji
@khaleelalhaji 7 ай бұрын
Thank you for taking the time to really delve into topics that most teachers ignore, and all for free.
@somenbanerjee3584
@somenbanerjee3584 9 ай бұрын
IF teacher === "The Hitesh Choudhary" Everything is as smooth as Ice Tea. 🍺 Can't thank you sir.. 🙏
@purvesh62
@purvesh62 9 ай бұрын
I think this video is really great. I have prior knowledge about React and have seen many tutorials but no one has ever done tutorial like this. Maybe after seeing this video it could inspire people to create frameworks of their own. Kudos to you!
@alexdin1565
@alexdin1565 9 ай бұрын
i watch a lot of videos but its my first time when I see someone how explain the topics like you you're the best in all time, and the king of youtube. please as suggestion: if you can add a chapter on how we can use Django as backend with react front end we will be appreciated
@Adventures_English
@Adventures_English 5 ай бұрын
Very many thanks to you sir. I really appreciate your attention to detail and breaking things down to the granular level. Being able to follow along with the git commands is also something super useful and not anything you get in the react docs. Thanks again. WE SALUTE YOU
@user-fn2ws5up7k
@user-fn2ws5up7k 5 ай бұрын
Wow, this series is helping me to start career in react. its a perfect and detailed content for beginners. Thank you.
@pawankumarsubudhi6454
@pawankumarsubudhi6454 6 ай бұрын
Thank you Hitesh for the amazing content! Your videos have been incredibly informative and have helped me in my learning of javascript and react. Took many courses but never got to know such nitty gritty details. Please keep uploading such series and general informative videos for us ❤
@vishalsinha526
@vishalsinha526 8 ай бұрын
After watching Having a clear understanding of "how react understand object {}." Thankyou for the beautifull explanatation.
@Fight011
@Fight011 4 ай бұрын
watched your 4 videos till now and not bored till now hahaha(everything is very understandable:))arigato
@namuna5689
@namuna5689 9 ай бұрын
great course for begginer but i recommend for who created project in react for better understanding of react nice explanation by hitesh sir
@sakshiandhare8364
@sakshiandhare8364 3 ай бұрын
learned a lot. Thank you so much for the great in-depth explanation
@honesmartyy
@honesmartyy 9 ай бұрын
Yes this series is far better than any other paid courses
@avegeta1
@avegeta1 9 ай бұрын
So simple to understand even on 1.75x speed! Excited for upcoming videos.
@animeshsingh1605
@animeshsingh1605 7 ай бұрын
Thank you for creating the series on react , It is very helpful to me to learn about react.
@Eric-sy3dm
@Eric-sy3dm 9 ай бұрын
I'm learning a lot since starting the series.
@garima1798
@garima1798 3 ай бұрын
Thanks for all the in-depth detailing to every specific word, Also ur accent is dope :D
@kalpeshchaudhari8887
@kalpeshchaudhari8887 9 ай бұрын
This course will help lot of people like me to understand react from its core
@saidumuhammadyusuf8720
@saidumuhammadyusuf8720 7 ай бұрын
"Thank you Hitesh for the amazing content! Your videos have been incredibly informative and have helped me in my learning of javascript and react. Keep up the fantastic work! 👏📚"
@NouraHussain
@NouraHussain 4 ай бұрын
love to watch your videos what a great person you are, Thank you for sharing this and all for free thanks man.
@talhakhalil9029
@talhakhalil9029 9 ай бұрын
Sir doing great job explaining core concepts and how things work❤ great mentor
@THeMin1000
@THeMin1000 9 ай бұрын
Great work Hitesh! I come from a professional angular background and honestly these deeper dives are more useful to me than redoing todos and calc apps for the nth time because I these are the things that we need to put time into the doc to fully get a mental model of. I can say with confidence that this course is not just helpful for beginners but anyone who wants to actually understand the motivations behind react and someone who use a framework with a different philosophy like angular.
@apoorvamercy5746
@apoorvamercy5746 8 ай бұрын
Hello sir.. Am an angular developer.. why there are very less openings for angular compared to React
@THeMin1000
@THeMin1000 8 ай бұрын
@@apoorvamercy5746 because react won the popularity contest. And a lot of times being more popular means you have a bigger community. And really because angular is very opinionated framework and enforces specific design patterns. Another thing that makes angular maybe a bit difficult to handle is two way binding, while in react we generally use one way binding. What this means is that it is easier to reason about state changes in react. Angular also (from version 2 onwards) you MUST use typescript, and many people just do not like typescript because it is harder if you are coming from vanilla js. In terms of a library/framework adoption accessibility is king. Angular is a great and awesome framework once we need an application of a certain size/scale/complexity. But it has a far steeper learning curve not because of angular itself but because of how much it wants you to know before hand. Angular generally forces good design patterns but almost similar to java it takes away the programmer’s agency a little. There are still a lot of jobs for angular but for most new products and startups very few generally start with angular because they value time to develop more than ease of maintenance. You can write bad code and design with both but with react its much easier to lock yourself into a design that that you wont know is bad until much later. Angular is heavily used in enterprise apps and internal apps. But currently there are a lot less of “cool” new projects companies that start with angular
@arunkumark1596
@arunkumark1596 9 ай бұрын
Great video, waiting for more awesome videos like these.😁👍👍
@hello-ITworld
@hello-ITworld 7 ай бұрын
hope you got 100+ comments shortly.... this is the best tutorial about Reactjs.... spread your channel Hitesh
@CodingwithSonal
@CodingwithSonal Ай бұрын
love watching this series!!💟
@machupai
@machupai 3 ай бұрын
I love your teaching style. Awesome
@shyamsundartiwari7671
@shyamsundartiwari7671 4 ай бұрын
A great way of teaching! Thank you so much🙌
@amangarg5385
@amangarg5385 9 ай бұрын
Greatly appreciated your detailed explanation sir❤
@dhana0909
@dhana0909 7 ай бұрын
Thanks for the detailed video on how React works.
@saipavan1665
@saipavan1665 9 ай бұрын
Appreciated your efforts of detailing
@bhargavkalaria4613
@bhargavkalaria4613 5 ай бұрын
Found the hidden GEM.
@itikalamba3629
@itikalamba3629 23 күн бұрын
thanks for the course best react course
@kuvar_sa2
@kuvar_sa2 7 ай бұрын
As always best tuts on youtube of react
@sandip_kanzariya8476
@sandip_kanzariya8476 9 ай бұрын
Awsome man !! ❤❤ Can you cover .env file in next video ? Please Give some idea where to put it and how to get data from it
@HiteshChoudharydotcom
@HiteshChoudharydotcom 9 ай бұрын
Noted
@emmagodey9312
@emmagodey9312 9 ай бұрын
Great video, didn't understand it all but I loved it
@JourneywithNarasimha
@JourneywithNarasimha 5 ай бұрын
Thank you❤. I learned great stuff today
@user-kk1vu9tz8g
@user-kk1vu9tz8g 9 ай бұрын
I think you are great mentor. thanks from Turkey
@codeEagle0717
@codeEagle0717 6 ай бұрын
he motivates to pursue my career in teaching
@AdityaSingh-tc6vv
@AdityaSingh-tc6vv 9 ай бұрын
Hitesh Sir, When do you think this recession or economical downfall season in IT sector will end
@sriramvenkatesh
@sriramvenkatesh 9 ай бұрын
Thank you for your great efforts🎉❤
@mohd.maasir8198
@mohd.maasir8198 9 ай бұрын
thanks for bringing this series!
@HiteshChoudharydotcom
@HiteshChoudharydotcom 9 ай бұрын
Glad you enjoy it!
@DeucesDev
@DeucesDev 6 ай бұрын
Well done hitesh
@_phonesense
@_phonesense 9 ай бұрын
Thanks for such a great course
@murugappankrishna4012
@murugappankrishna4012 6 ай бұрын
wow you teach really good! amazing!
@jayantkushwah8
@jayantkushwah8 29 күн бұрын
i am enjoying this series
@Suraj.5260
@Suraj.5260 9 ай бұрын
thanks for consistent videos
@arkodeepchatterjee
@arkodeepchatterjee 8 ай бұрын
excellent video sir. great job. keep it up 🔥🔥🔥
@sujathaiyer3166
@sujathaiyer3166 6 ай бұрын
Thankyou for the react series
@muzikesen
@muzikesen 9 ай бұрын
Thank you for your effort, appreciate it
@bharathkumar-px1hn
@bharathkumar-px1hn 5 ай бұрын
I will be the 100th comment for this video and thank you for the amazing series continue doing it brother.
@gopallohar5534
@gopallohar5534 9 ай бұрын
9:54 That's why You and I like Typescript 😂
@user-th8ye9qz5j
@user-th8ye9qz5j 8 ай бұрын
Good video, well explained. Thanks.
@ahmadswalih439
@ahmadswalih439 9 ай бұрын
Loved this 💌
@hamzaashraf9529
@hamzaashraf9529 6 ай бұрын
Amazing course on react
@74Bagas
@74Bagas 9 ай бұрын
i just can't believe, this is free tutorial
@trying-code3726
@trying-code3726 7 ай бұрын
i am from bangladesh ... i like your video sir ... create more video like this ....
@gauravgoyal1234
@gauravgoyal1234 8 ай бұрын
Great Content!!
@prandeepchoudhary5347
@prandeepchoudhary5347 5 ай бұрын
Thank you for valuable knowledge share
@ABDULAHIAHMEDDAHAB
@ABDULAHIAHMEDDAHAB 8 ай бұрын
i like this series🤩
@DeepakSankhyan
@DeepakSankhyan 9 ай бұрын
Really Great...........
@navinvishwakarma1979
@navinvishwakarma1979 9 ай бұрын
Awsome !!!
@lokeshkumar04
@lokeshkumar04 7 ай бұрын
76 comment. great series, it would be a God tier series if it is finished
@HiteshChoudharydotcom
@HiteshChoudharydotcom 7 ай бұрын
Of course, we will finish it 😁
@atishbackup9442
@atishbackup9442 5 ай бұрын
Great Stuff
@muthuvalli333
@muthuvalli333 9 ай бұрын
First HITESH SIR...😀😀😀
@vishwanatha6859
@vishwanatha6859 4 ай бұрын
thanks Hitesh!!
@SauravKumar-kj1uu
@SauravKumar-kj1uu 8 ай бұрын
Great insights
@santoshkshetrimayum6357
@santoshkshetrimayum6357 7 ай бұрын
Awesome 👌
@vipulsoni2408
@vipulsoni2408 9 ай бұрын
Simply great
@LearnAlongFaizan
@LearnAlongFaizan 5 ай бұрын
Great video...
@animeshmondal9569
@animeshmondal9569 5 ай бұрын
great video sir❤❤
@amr35h
@amr35h 9 ай бұрын
Dhanyawad Guruji 🙏
@RANDOM-ut8xx
@RANDOM-ut8xx 9 ай бұрын
Sir this series will be till advanced with projects right??
@muralim5974
@muralim5974 5 ай бұрын
Thank you man♥ . it's lot !!
@tejeshreddy2721
@tejeshreddy2721 8 ай бұрын
Great keep doing
@JuanOsvath
@JuanOsvath 4 ай бұрын
thank you very much 🙏
@gopallohar5534
@gopallohar5534 9 ай бұрын
Interesting !
@VivoMobile-yg9zh
@VivoMobile-yg9zh 3 ай бұрын
thanks plz continue
@abdudujjjana8512
@abdudujjjana8512 2 ай бұрын
amazing
@defiarcher8186
@defiarcher8186 3 ай бұрын
Thank you
@1024B
@1024B 9 ай бұрын
Thank you❤
@sudirkrishnaars9378
@sudirkrishnaars9378 9 ай бұрын
As always #support
@ReeshuDigit
@ReeshuDigit 6 ай бұрын
very helpful
@vyshnavku4109
@vyshnavku4109 8 ай бұрын
Great
@aligaily
@aligaily 9 ай бұрын
Thanks alot ❤
@erranbahadurbk
@erranbahadurbk 3 ай бұрын
Best!
@a70siddharthsingh92
@a70siddharthsingh92 5 ай бұрын
great
@shivanshpatel4072
@shivanshpatel4072 9 ай бұрын
video is awesome
@pranav_arya
@pranav_arya 9 ай бұрын
great teacher
@HiteshChoudharydotcom
@HiteshChoudharydotcom 9 ай бұрын
Thank you! 😃
@knightcore4062
@knightcore4062 21 күн бұрын
lets go!!!
@kassimolawale4223
@kassimolawale4223 3 ай бұрын
Thanks alot broo
@Suraj.5260
@Suraj.5260 9 ай бұрын
Thank u sir
@prasadpatil2371
@prasadpatil2371 8 ай бұрын
is it necessary to create own react library if we have react, VueJs, AngularJs framework ?
@murshid956
@murshid956 9 ай бұрын
thankyou
@SudipBhattacharyya
@SudipBhattacharyya 2 ай бұрын
Just a small question. Why did you use "if" statement, why not JS trinary operator like ? : . Thank you 🙂
@MMMM42
@MMMM42 7 күн бұрын
This video deservs a 1000 comments!
@GregWilliamBryant
@GregWilliamBryant 2 ай бұрын
Magic Function, Tutorial Done, LOL!
@irfansaeedkhan7242
@irfansaeedkhan7242 9 ай бұрын
you are a pro bro
@prateek5668
@prateek5668 9 ай бұрын
❤❤❤❤❤
@user-kz3st5vw6q
@user-kz3st5vw6q 8 ай бұрын
Why you need hooks and project
19:27
Hitesh Choudhary
Рет қаралды 14 М.
Create react projects
22:33
Hitesh Choudhary
Рет қаралды 34 М.
Универ. 10 лет спустя - ВСЕ СЕРИИ ПОДРЯД
9:04:59
Комедии 2023
Рет қаралды 1,9 МЛН
СНЕЖКИ ЛЕТОМ?? #shorts
00:30
Паша Осадчий
Рет қаралды 7 МЛН
Build And Publish A React Component Library
24:02
PortEXE
Рет қаралды 98 М.
How to make your own NPM package (Step-by-Step) 📦
16:46
Under Ctrl
Рет қаралды 20 М.
Understand the react flow and structure
26:39
Hitesh Choudhary
Рет қаралды 22 М.
Building a JavaScript Library from Scratch! w/ Chris Ferdinandi
1:58:40
React UI Library Structure, Storybook and Tests
22:50
Jack Herrington
Рет қаралды 48 М.
Virtual DOM, Fibre and reconciliation
13:44
Hitesh Choudhary
Рет қаралды 19 М.
This React Library Blew My Mind - React Flow Course in 30 minutes
30:20
Usman Abdur Rehman
Рет қаралды 6 М.
We Survived a KIDNAPPING
0:48
Alan Chikin Chow
Рет қаралды 16 МЛН
WHO DO I LOVE MOST?
0:22
dednahype
Рет қаралды 5 МЛН
凡事不要慌,看我如何靠智慧取胜!
1:00
侠客红尘
Рет қаралды 32 МЛН
Заставили ЖЕНИТСЯ на НЕКРАСИВОЙ девушке 😱 #shorts
1:00
Лаборатория Разрушителя
Рет қаралды 2,2 МЛН
in japan #tokyodrift
0:20
OHIOBOSS SATOYU
Рет қаралды 63 МЛН