React router crash course

  Рет қаралды 223,788

Chai aur Code

Chai aur Code

10 ай бұрын

Visit chaicode.com for all related materials, community help, source code etc.
Sara code yaha milta h
github.com/hiteshchoudhary/
Discord pe yaha paaye jaate h:
""/discord
Instagram pe yaha paaye jaate h:
/ hiteshchoudharyofficial

Пікірлер: 1 500
@Niteshmaurya1234
@Niteshmaurya1234 7 ай бұрын
1:02:15 GOLDEN WORDS "Function se hi functionality aati hai " ~ Lovely Hitesh Sir
@chaiaurcode
@chaiaurcode 7 ай бұрын
Thanks😄
@Niteshmaurya1234
@Niteshmaurya1234 7 ай бұрын
@@chaiaurcode your most walcome sir itne jaldi reply to paid courses me bhi nahi milta 😂
@Moviewalaa01
@Moviewalaa01 Ай бұрын
​@@chaiaurcodesir ji ek video tailwind pr bhi
@lucygamingyt6792
@lucygamingyt6792 18 күн бұрын
@@Moviewalaa01 already available hai ,search 'tailwind by hitesh choudhary'
@user-oi6qp1cd1j
@user-oi6qp1cd1j 10 ай бұрын
Whoever is reading this, never give up. God is with you.
@GolPedia
@GolPedia 10 ай бұрын
Thanks for your comment. I have been suffering from chronic pain for the last five years i did btech but can't do my job because of health. My treatment is ongoing in aiims
@user-yp7lm9em2n
@user-yp7lm9em2n 8 ай бұрын
to mai kya kru 😕@@GolPedia
@abhishekchaudhary4058
@abhishekchaudhary4058 7 ай бұрын
​@@GolPedia Bhaii you know your pain. Keep on fighting. You will surely succeed.
@sonumondal7798
@sonumondal7798 4 ай бұрын
​@@GolPediaeverything happens for a reason. I only want to tell you that never give up.
@KrishanKumar-lp2cd
@KrishanKumar-lp2cd 2 ай бұрын
​@Jimmy-lk5nb "It's about believing that someday you will get it right."
@averagearoha9243
@averagearoha9243 5 ай бұрын
anchor tag or tag is not used in React as it refreshes the whole page which is not the concept of react, that's why Link tag is used in react which is imported from react-router-dom
@codiosity
@codiosity Ай бұрын
Yes, that's true. In React applications, including those using React Router for navigation, the `` tag provided by React Router is preferred over the traditional `` tag for several reasons related to how React manages rendering and state. 1. Preventing Full Page Reloads : When you use an `` tag with an `href` attribute, clicking on it typically triggers a full page reload, especially if the `href` points to a different route or location. This behavior is contrary to React's single-page application (SPA) model, where the page should not reload entirely during navigation but rather update dynamically. 2. Client-Side Routing : React Router provides client-side routing, which means it intercepts link clicks and handles navigation without requesting new pages from the server. This results in a smoother user experience as only the necessary components are re-rendered based on the URL change. 3. Maintaining State : When you navigate using `` from React Router, React maintains the current state of components unless explicitly instructed otherwise. This is crucial for preserving application state and context across different views or pages. 4. Performance : Since React Router manages routing on the client side, it typically results in faster navigation between pages compared to traditional server-side navigation where a full page reload is required. 5. Integration with React's Virtual DOM : React's virtual DOM allows it to efficiently update only the parts of the page that have changed. React Router's `` component integrates seamlessly with this paradigm, ensuring that only the necessary components are re-rendered when navigating between routes. In summary, using `` from React Router instead of `` tags helps adhere to React's principles of efficient rendering and state management in SPAs. It ensures that navigation is fast, smooth, and maintains the integrity of React's virtual DOM for optimal performance.
@adhiraj2461
@adhiraj2461 6 ай бұрын
00:05 UI cloning projects are popular on KZbin 01:57 React Router crash course covers the basics of React Router and its usage. 05:42 Learn how to start a React Router project 07:52 React Router is a key topic in this video. 12:18 React Router provides a way to navigate between different components in a single-page application. 14:20 React Router structure and navigation bar 17:53 Creating header, footer, and home components 19:52 React router crash course 23:56 Installing different components inside your home 25:47 React Router allows for dynamic routing in web applications. 29:21 Understanding React Router and troubleshooting rendering issues. 31:30 React Router simplifies the process of linking and injecting data into components. 35:30 Understanding React Router basics and common errors 37:49 React Router allows easy navigation and routing in web applications. 41:17 React router allows parameterizing URLs to access dynamic values. 43:16 Capturing dynamic data using React router 47:04 Understanding when and how to call AP in React Router 49:01 Using data calls and passing data inside 52:47 React Router allows for easy navigation and routing in a React application. 54:53 React Router crash course summary 58:21 React Router provides a way to handle navigation and routing in React applications. 59:56 React Router provides a way to handle routing in a web application. 1:03:30 React Router crash course
@yashrajsingh4215
@yashrajsingh4215 5 ай бұрын
baap re
@farazmobin2776
@farazmobin2776 10 ай бұрын
I have noticed that there are many tutorials on React available on KZbin, but I must say that your tutorials are truly exceptional, sir. The in-depth explanations that you provide are unparalleled, and I am thoroughly enjoying learning from them. Unlike other tutorials, which often involve complex projects that are difficult for beginners to understand, your React playlist is the best because it gives me the confidence to start with small projects and work my way up to bigger ones. I encourage everyone to like, share, subscribe, and comment on your content, sir. Your hard work is greatly appreciated, and the high-quality audio and video that you provide make the learning experience even more enjoyable. Thank you once again!
@amanjeetsinghsaluja5246
@amanjeetsinghsaluja5246 9 ай бұрын
bhai chat gpt use karne aata hai
@Goodgyandra23
@Goodgyandra23 3 ай бұрын
@@amanjeetsinghsaluja5246 No! ChatGPT is not good for beginners or even intermediate users. I recommend watching this channel carefully and taking your time to relax. As you know, the teaching style is very effective, and even beginners can understand every concept well and practice with real-world examples! Thank you, Hitesh Sir, for understanding us at our level!
@AmaanGhazi-gb6ce
@AmaanGhazi-gb6ce 6 ай бұрын
React provide the feature of Link instead of because reloads the entire page. React also provides NavLink with some additional features like highlighting the active nav page.
@keyur1859
@keyur1859 5 ай бұрын
ty
@bhavinpatel9285
@bhavinpatel9285 8 ай бұрын
maja aa gaya sir ji....aap har naye project me pichle project me jo sikha hai uska bhi use karvate ho, to sabkuch itna clear ho jata hai, kahi aur dekhne ki jarurat hi nahi hai. Thank you so much GURUJI.
@anuraggupta1008
@anuraggupta1008 10 ай бұрын
It's not just a playlist it's an in depth about react and all others that require..... thank you for your time and consideration to the playlist ....
@chaiaurcode
@chaiaurcode 10 ай бұрын
I appreciate that!
@anuraggupta1008
@anuraggupta1008 10 ай бұрын
@@chaiaurcode ❤️
@yesvendrabais3763
@yesvendrabais3763 10 ай бұрын
i don' t think any other youtuber or teacher can teach you better than you without any fees . You have seriously set the bar .
@scitechplusexplorer2484
@scitechplusexplorer2484 9 ай бұрын
WOW!!!! React router was a way more difficult earlier. Thanks to you Hitesh Sir, U made it so easy and simple. React Router explanation with Chai is the best way to explain!!!!!!!!!!!
@kmSaifullah
@kmSaifullah 4 ай бұрын
Wow I love this tutorial so much😍😍 I have watched at least 4-5 tutorials on this topic, but I found your way of teaching very interesting and very very helpful. Thank you so much for sharing this with the world👏👏
@somnathbedia
@somnathbedia 10 ай бұрын
Sir your are giving more than paid courses . Thanks a lot Sir. Love From Ranchi, Jharkhand .
@chaiaurcode
@chaiaurcode 10 ай бұрын
Most welcome
@jdgjbb
@jdgjbb Ай бұрын
oh! thala for a reason se h aap
@somnathbedia
@somnathbedia Ай бұрын
​@@jdgjbb ji haan
@nikhilmahajan3294
@nikhilmahajan3294 10 ай бұрын
This React series feels like a web series to me, and I eagerly await each new video as if it were a new episode of a web series. Your Teaching is simply Outstanding ❤❤
@gajendraambewadkar7781
@gajendraambewadkar7781 6 ай бұрын
Sab Functions hai Functions ko hook bolate hai Function se hi Functionality aati hai but Hitesh bhaii se hi concepts me clarity aati hai. Thanks Hitesh Bhaii.🙏
@MuhammadYasir-cl4jp
@MuhammadYasir-cl4jp 8 ай бұрын
This react router crash course is best on youtube. Hitesh Sir made this concept so much easy. Thank You sir❤❤❤❤
@user-in5ex8ki3t
@user-in5ex8ki3t 10 ай бұрын
I appreciate how you break down complex concepts into simple, understandable steps, making it so much easier for beginners like me to grasp the fundamentals of React. Thank You Hitesh Sir 😀
@user-sb9iz5vx4s
@user-sb9iz5vx4s 5 ай бұрын
I know sometimes React seem confusing, even I thought that I should quit now and start backend. But guys, listen, once you have started something, you have to complete it. Never give up guys.
@thecalgarians4597
@thecalgarians4597 2 ай бұрын
Gadar machaa diya Hitesh ji itni easily React Router explain karke. Muje abhi tak kahin aur se itni clarity nahi mili thi. Aap dhanya hain. ❤
@ahtritcodes7219
@ahtritcodes7219 10 ай бұрын
Sir, the way you present every topics with such an in-depth knowledge, they become very easy and simple to implement. But sir if you can show us the insights of how a web-developer actually works on a project in the company and build some features it would be very helpful. We can get to know how we should practice and approach a project more.
@mohitbisht4437
@mohitbisht4437 8 ай бұрын
sir its not like that "react is easy or something else", its about teaching method that how the instructor or teacher teaches the things. And thank you so much sir to make this react series easy for us and i really respect your dedication and hard work you put on this series.
@chaiaurcode
@chaiaurcode 8 ай бұрын
Thanks and Keep watching ☺️👍🏻
@user-pq5ij4fv5s
@user-pq5ij4fv5s 7 ай бұрын
@@chaiaurcode bhaiya can you explain useReducer hook
@nusratlines4947
@nusratlines4947 Ай бұрын
Easy to mat kaho yaar ... Easy Ka matlab ye hota ..Ky first ap react learn what matters btao .. pher series... Ye channel Myra bhi favourite Hy . But I think hitish makes things more depth and complex..which is not beginner friendly. He teaches how things were at the beginning stage then this concept came then that concept came. .. That why , sheryian coding school is the best channel ...they actually know how to teach...
@harshalshinde7085
@harshalshinde7085 9 ай бұрын
tag should not be used is react as it renders entire page we use link and navlink from react-router
@vivekjacob2320
@vivekjacob2320 9 ай бұрын
Great intro to react. Well paced and keeps focus on the important parts
@ashishkarn5248
@ashishkarn5248 10 ай бұрын
1:04:31 Thanks Sir, I'm glad that I discovered you channel at my initial period of learning. You're just superb. I just think that any paid course is not near you. Once Again Thanks Sir 🎉🎉
@manujdixit4114
@manujdixit4114 8 ай бұрын
i m lucky to be suggested by my friend to watch these tutorials, truly amazing content, probably saved my weeks. Keep creting content like this, very helpful. Wish u very great future.
@dilipbaghel9535
@dilipbaghel9535 4 ай бұрын
sir itni aasani se aapni sab kuch samjha diya, it feels like magic , thank you sir
@himanshuhota01
@himanshuhota01 8 ай бұрын
Thank you sir really short and precise , I have spent 20000+ rs but trust me this is better than they teach in so called branded 9 month bootcamp
@chhavimanichoubey9437
@chhavimanichoubey9437 9 ай бұрын
The only reason why I chose one API project, one design project, one with the tailwind, and the other with plain CSS is that I want to showcase that I can work with everything. I was looking for a react-router crash course for my API-based single page routing and I got it.
@piyushpradhan1614
@piyushpradhan1614 10 ай бұрын
Sir i dont follow your react course but i follow js course.. you said 500 target comment in this video so i m commenting but i ll also follow this course after completing js one short course 😎Love you 3000 gurudev !🙏
@ForAll1987
@ForAll1987 5 ай бұрын
tag is not used because page in reload so instead we used link from react-router-dom
@dasiDiary
@dasiDiary 3 ай бұрын
Thanks for providing this tutorial! I've been looking for something like this for a while, and your explanation really helped me understand React Router DOM.😊😊😊😊
@deepakbaghel2444
@deepakbaghel2444 10 ай бұрын
I have no words to express myself about your teaching style love you sirji 🥰🥰🥰🥰🥰
@debasmitasahoo5704
@debasmitasahoo5704 10 ай бұрын
"Function se hi functionality aati he" - By Hitesh Sir🔥
@someshkarmakar47
@someshkarmakar47 5 ай бұрын
writing code is easy but writing efficient code is something different... thanks man for this great tutorial... fact is you are just calling some data from a API and still you are teaching how to load it efficiently that's a huge performance improvement for bigger applications... really appreciate it 👍
@mdatiquealam8050
@mdatiquealam8050 10 ай бұрын
maza aagya sirji..what a clear and crystal explanation on react router...loved it❤❤
@yashrajsingh4215
@yashrajsingh4215 5 ай бұрын
anchor tag use ni karte hain react me coz usse humara page reload hota hai but hum uski jagah link tag use karte hain jisse pura page reload ni hota which it the major advantage of react
@nishant7083
@nishant7083 10 ай бұрын
Hello sir , I'm really really really thankful for the js series I will continue with this too Sir , there is one request please consider if you could . I am from a non cs background that is why I have seen some basic programs flow charts , pattern question , and other very basic fundamental are the problems , I saw the content on KZbin firstly it's in English + either in Java or c++ and Thora dikkat jayada ho rha hai please please Thora kuch kijiye please . Hamare jaison bchon ka bhala ho jayega
@Anshi-jq7df
@Anshi-jq7df 10 ай бұрын
Agree brother sir reply please
@meoh812
@meoh812 10 ай бұрын
Bro I have the same problem , 2 marathons like js series would be great
@shekhar_ranjan
@shekhar_ranjan 6 ай бұрын
Bahut badhiya tarike se samajh aya router ka concept and loader ka concept to extra advantage ho gya 💪 thank you Sir ❤
@birsingh5388
@birsingh5388 10 ай бұрын
Great initiative to work on projects, but i think we also need figure out many things ourselves as well
@chaiaurcode
@chaiaurcode 10 ай бұрын
Ye to h hi. Duniya ki koi kitaab ya lecture aapko sab kuch thodi sikha skta h lekin sikhne ki raah mil jaati h
@birsingh5388
@birsingh5388 10 ай бұрын
@@chaiaurcode Yes, that's right 👍
@dev_kongkon
@dev_kongkon 10 ай бұрын
​@@chaiaurcodeYes sir
@SantoshKumar-uu2lo
@SantoshKumar-uu2lo 10 ай бұрын
Many types of Tutorials on React available on KZbin , But Sir your Content is absolutely great in hindi and English .
@chaiaurcode
@chaiaurcode 10 ай бұрын
Glad to hear that
@yogeshprakhar
@yogeshprakhar 6 ай бұрын
i didn't know about react router completely , but after watching this ..omg and it is fun in learning react thank you very much for this video and this react series and backend series too
@piyushramnani1014
@piyushramnani1014 9 ай бұрын
Amazing guy he is. Can't thank you enough Hitesh for all the work you are putting into this.
@ahtritcodes7219
@ahtritcodes7219 10 ай бұрын
sir if you can also show us how open source contribution in the web-dev field works, it would be very helpful.
@Aman_yadav1419
@Aman_yadav1419 10 ай бұрын
Comments karo guys kya kar rahe ho like bhi Karo ...sir mehnat ke rahe Etna to Karo
@vijay_explorer
@vijay_explorer 7 ай бұрын
I have tried following many React course and could not do it after 20 to 30%....At last I found an instructor who I can follow without getting bored. Thank you so much Hitesh sir, your pedagogy (padhane ka tareeka :) ) is the best....Thank you a million times.!! Best react course ever without a doubt.
@funWithCode11
@funWithCode11 4 ай бұрын
Sir, Ye video very conceptual and understandable hai. Mai is series ko enjoy kar raha hun. Apka jo ye react series one of the powerful video hai. Thanks, sir G ♥.
@RohitRaj-od3be
@RohitRaj-od3be 8 ай бұрын
Best Router Course in the KZbin sir. You Explain it very smoothly.
@rupalipatil7707
@rupalipatil7707 9 ай бұрын
Sir your teaching of react router point is very cool and easily understand Thank You.....
@Neerajj_Suyall
@Neerajj_Suyall 4 ай бұрын
Bhai iss sai phle mai code with harry ki video dakh raha tha waha kuch bhi samajh mai nahi aya react router dom but yaha bhut acche sai samajh aya ❤❤😊
@arinmandal
@arinmandal 7 ай бұрын
The best React Router course I ever watched. Kudos to you, sir. What an explanation.💖
@user-ro4si4dz4e
@user-ro4si4dz4e 4 ай бұрын
The manner in which you articulate the intricacies of the behind-the-scenes aspects makes it more captivating to listen to sir.
@VishalSharma-rn7mt
@VishalSharma-rn7mt 8 ай бұрын
Amazing, Awesome explanation Sirji, non one can explain this concept better than you 😀
@ishaangarg2001
@ishaangarg2001 8 ай бұрын
There are many tutorials on React available on KZbin, but I must say that your tutorials are truly amazing sir
@chaiaurcode
@chaiaurcode 8 ай бұрын
Thank you so much 😀
@pragyapant9324
@pragyapant9324 7 ай бұрын
Link tag is used instead of tag ,because tag reloads the whole page
@irfanullah2910
@irfanullah2910 6 ай бұрын
I just watched the React Router tutorial on Chia's "Our Code" KZbin channel, and I must say it's simply superb! 🌟 The project-based approach made it a bit challenging on the first watch, but going through it a second time made everything crystal clear. The content is amazing, and I appreciate the detailed explanations that helped me grasp React Router concepts effectively. Big thumbs up to Chia for creating such valuable content! 👏👏
@manishkumar-hl8ce
@manishkumar-hl8ce 7 ай бұрын
Well explained and helpful.. That's really wonderful to learn from u bro. Thanks for yur efforts.
@rahoolsinghdotinc
@rahoolsinghdotinc 9 ай бұрын
1:00:00 Tried and figured out that if we create a sub-route in About we need to add in About to show other pages, or we need to make a master component that will load About for blank path and another component for children in that master layout. Thank you so much Hitesh for such amazing content.
@chaiaurcode
@chaiaurcode 9 ай бұрын
Thanks
@harshshukla001
@harshshukla001 7 ай бұрын
yes i have also tried but content of about is visible as i want to load a completly fresh page how to do soooo /about/fresh is not loading a new component
@anshdholakiya7606
@anshdholakiya7606 17 күн бұрын
achort tag or tag is not used in React as it refreshes the whole page which is not the concept of react , that's why Link tag is used in reach which is imported from from react-router-dom
@alexdsdebasis
@alexdsdebasis 5 ай бұрын
sir, while watching this video at first i get confused but it was the summary that helps me to grasp the concept and apply it with a single try and no error .Thank You Hitesh sir ....
@hiteshsharma3396
@hiteshsharma3396 7 ай бұрын
your tutorials are truly amazing and you explained it in the simplest way and every essential thing about it 👍
@mehaksharma-jt7sx
@mehaksharma-jt7sx 9 ай бұрын
i live in Jaipur hope i can meet sir and thanks him in person ,and appreciate his work, great guru for those student who study by there own .....thank you so much sir glad to find out your channel
@Vedicaa
@Vedicaa 4 ай бұрын
When i watch your videos, it feels like every single minute is being utilised. I am hooked. Literally 1 hour + of pure knowledge, and so much in depth. Thank you sir. I cannot appreciate you enough, and the fact that this is free, that is absolutely mind blowing.
@parasjain8180
@parasjain8180 3 күн бұрын
Anchor tag or tag is not used in React as it refreshes the whole page which is not the concept of react, that's why Link tag is used in react which is imported from react-router-dom
@niloydas6581
@niloydas6581 Ай бұрын
Notes: We don't use tag with React because it reloads the entire page. We use instead of in React.
@aloktamrakar9541
@aloktamrakar9541 7 ай бұрын
Completed previous tutorial at 29-11-2023 and started this one love your content sir
@akashbag09
@akashbag09 10 ай бұрын
Had seen a bunch of videos on react router before. Ended up scratching my head every time. Finally learnt how to use react router! All thanks to you sir!
@chaiaurcode
@chaiaurcode 10 ай бұрын
Glad it helped!
@aspiring.......
@aspiring....... 9 ай бұрын
tag reloads the page which is against the concept of react thus we use tag instead.
@devabd404
@devabd404 9 ай бұрын
for active link i always use window location pathanme === route path name and some thing like this so today I have learned new thing isActive. Thanks hitesh sir
@jayeshshinde5495
@jayeshshinde5495 8 ай бұрын
thank you sir for creating such a detailed and useful playlist for us.
@pallavipatil8270
@pallavipatil8270 28 күн бұрын
This is the best react routing video I have ever watched on youtube! Thank you so much Hitesh for such an amazing crash course.
@bevanmehra1706
@bevanmehra1706 23 күн бұрын
This code is not woking . Is this working for you?
@Bharatiya_Gane
@Bharatiya_Gane 5 ай бұрын
Very Good Explanation of React Router. Sir ,You are Gem ❤☕☕
@san29sh
@san29sh 7 ай бұрын
Hitesh aap kuch bhi explain karte Hain tab sab kuch easy lagne lagta hain, aap complex code ko bhi bahut easy way me explain kar dete hain usase bahut jaldi samjh aa jata hain
@ritikrawat7514
@ritikrawat7514 9 ай бұрын
we use link instead of beacuse makes the whole page reload which makes no sense in React of reloading a whole page , thats why we use Link here to update (inject ) new changes in to the code without reloading the whole page
@atharvadeshmukh6328
@atharvadeshmukh6328 7 ай бұрын
Your teaching is addictive! "Functions se hi functionalities aati hai"
@SNEHASINGH-fr4vo
@SNEHASINGH-fr4vo 5 ай бұрын
Thank you soo much for this amazing tutorial on react router..❤
@mohsiniqbal1372
@mohsiniqbal1372 9 ай бұрын
the best ever course on react is there just Amazing Sir Thank you Soo Much Love From Pakistan
@Suraj.5260
@Suraj.5260 5 ай бұрын
we mustn't use a tag in react coz tag is expected to refresh every time whereas Link/ NavLink isn't.
@devanand4269
@devanand4269 9 ай бұрын
Aise hi video dalte rho sir kaafi helpful hai thank you💝💝💝
@user-xg8kc2cs2p
@user-xg8kc2cs2p 8 ай бұрын
The best course on the internet with chai . Very grateful for your efforts sir.
@vimalradadiya5929
@vimalradadiya5929 5 ай бұрын
i rewatched this video again really unique way of teaching sirji
@AkashAryan-gk1gh
@AkashAryan-gk1gh 3 ай бұрын
you are making great content sir !!! keep doing the great work. You are a gem.
@furry2fun
@furry2fun 9 ай бұрын
13:49 we use link tag which is imported from react-router in place of 'a' tag. 'a' tag refreshes the page.
@nehabansal370
@nehabansal370 4 ай бұрын
Thankyou so much sir for simplifying every topic. Enjoying learning from you.
@itssaifcode
@itssaifcode 10 ай бұрын
you explained it in the simplest way and every essential thing about it
@SuryaKarigar
@SuryaKarigar 6 ай бұрын
Funciton se hi Funcitonality aati hai. Maan gaye Giruji 🙏 Kya punchline mara hai 🎯
@Hello-World07
@Hello-World07 4 ай бұрын
I will recommend every beginner to always watch this videos multiple times because the knowledge that is being shared in here is very deep.. I personally only try to understand the concepts first and then when i watch it again i code along with him... thanks hitesh sir for this Gem of a Series...
@just-learning-oneT
@just-learning-oneT 2 ай бұрын
simple and best way to learning "React Router" for this Video.Thanks you Sir 👍👍❤❤
@SunilSharma-kx8zx
@SunilSharma-kx8zx 7 ай бұрын
thank You Hitesh Bhai for this amazing video. Love the tea, love the React.
@Spider-Man_67
@Spider-Man_67 Ай бұрын
Hitesh Sir, maza aagya paadh kar react Router ke baare me. thank you from heart.
@idkwhat337
@idkwhat337 Ай бұрын
tags use nahi krte kyuki usse page reload hota hai instead hum tag use krte hai jo react-router-dom se aata hai
@sumitsinha995
@sumitsinha995 8 ай бұрын
bahut optmisation and updated chije batya sir yeh useLoader hooks ekdum naya tha sir.. mostly maine angular pe kam kiya hai isliye mujhe iss course seh bahut sikhne ko mil rha
@vanshika_ji
@vanshika_ji 2 ай бұрын
Isme mza aaya. Thank you so much for this amazing series!
@maha33612
@maha33612 8 ай бұрын
Thank you sir for the amazing explanation so easy so understandable content with projects!!!
@parthpitroda35
@parthpitroda35 4 ай бұрын
Your way of explanation makes concepts like react router easy ❤️
@RushikeshN.
@RushikeshN. Ай бұрын
13:49 The tag is refresh the page that why the not using in react tag are using
@nusratlines4947
@nusratlines4947 Ай бұрын
Is sy to a tag hi bater tha yar
@Abdullahalmamun-bf5tc
@Abdullahalmamun-bf5tc 9 ай бұрын
We are appreciated that you make a lots of hard work for us. Thank you so much ❤❤❤
@rdx_starlord457
@rdx_starlord457 Ай бұрын
Best video on react router and the way of teaching is out of world thanks alot sir
@mahendra.g.patil05
@mahendra.g.patil05 Ай бұрын
"Thank you so much Hitesh for explaining React Router so clearly. Your teaching method is fantastic! I really appreciate how you broke down each concept step-by-step and provided practical examples. It made everything so much easier to understand. Your ability to make complex topics simple and accessible is truly impressive. Great teaching!"
@chaiaurcode
@chaiaurcode Ай бұрын
Happy to help
@PraveenSaini-yo7kq
@PraveenSaini-yo7kq 2 ай бұрын
Function Router( ){ return( Function Se Hi Functionality Aati Hai ) } Thank you so Much Sir for the Explaination of ReAct-Router ☺
@sumitsinha995
@sumitsinha995 7 ай бұрын
wapas revist kiya sir ,aur logic mil gaya /about/other route nesting 😁😁
Context API crash course with 2 projects
1:13:27
Chai aur Code
Рет қаралды 207 М.
Redux toolkit crash course | Chai aur React Series
1:10:18
Chai aur Code
Рет қаралды 254 М.
Heartwarming moment as priest rescues ceremony with kindness #shorts
00:33
Fabiosa Best Lifehacks
Рет қаралды 8 МЛН
ТАМАЕВ УНИЧТОЖИЛ CLS ВЕНГАЛБИ! Конфликт с Ахмедом?!
25:37
React router crash course
55:54
Hitesh Choudhary
Рет қаралды 32 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 86 М.
React Router - Complete Tutorial
23:53
Cosden Solutions
Рет қаралды 92 М.
Custom hooks in react | currency Project
1:01:38
Chai aur Code
Рет қаралды 193 М.
Learn React Router v6 In 45 Minutes
46:20
Web Dev Simplified
Рет қаралды 538 М.
Is the MERN Stack Really Dead in 2024? | What Developers need to know
16:20
A react interview question on counter
8:26
Chai aur Code
Рет қаралды 98 М.
Этот Пёс Кое-Что Наделал 😳
0:31
Глеб Рандалайнен
Рет қаралды 3,5 МЛН
育児6年目の韓国人父が娘と遊ぶ方法4 #shorts
0:11
ミョリムMyorimu
Рет қаралды 32 МЛН
Отомстила слепой сестре 👍
0:55
NKino
Рет қаралды 3,4 МЛН