React router crash course

preview_player
Показать описание
Sara code yaha milta h

Discord pe yaha paaye jaate h:
""/discord
Instagram pe yaha paaye jaate h:
Рекомендации по теме
Комментарии
Автор

Whoever is reading this, never give up. God is with you.

VelishFashion
Автор

1:02:15 GOLDEN WORDS "Function se hi functionality aati hai "
~ Lovely Hitesh Sir

Niteshmaurya
Автор

anchor tag or <a> 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

averagearoha
Автор

00:05 UI cloning projects are popular on YouTube
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

adhiraj
Автор

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.

PRATIK-vl
Автор

React provide the feature of Link instead of <a> because <a> reloads the entire page. React also provides NavLink with some additional features like highlighting the active nav page.

AmaanGhazi-gbce
Автор

I have noticed that there are many tutorials on React available on YouTube, 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!

farazmobin
Автор

Interview question : why should we not use the a tag in the react ?
Ans : if we use the a tag then it will refresh the whole page, joki woh hame nhi chaiye, we will use the Link jo DOM mai only specific part par changes karega, which will improve the efficiency of the website.

khanyasir
Автор

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

yashrajsingh
Автор

Sir I am facing ReactProvider module not found

Uncaught SyntaxError: The requested module does not provide an export named 'ReactProvider' (at main.jsx:5:10)

If anyone knows please answer

sbndBhanu
Автор

Sir your are giving more than paid courses . Thanks a lot Sir. Love From Ranchi, Jharkhand .

somnathbedia
Автор

"Funtion se hi functionality aati hai"
____Hitesh Choudhary

kartikpaul
Автор

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 YouTube 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

nishant
Автор

frankly speaking, its not that good, its faster and definitely not for beginner

prashantkd
Автор

"Function se hi functionality aati he" - By Hitesh Sir🔥

debasmitasahoo
Автор

Sab hook functions hai, functions se hi functionality aati hai

jk-smqr
Автор

It's not just a playlist it's an in depth about react and all others that thank you for your time and consideration to the playlist ....

anuraggupta
Автор

In react we use <Link/> tag instead of anchor tag <a/> because <a/> tag refreshes the whole page and destroys the meaning of using React.

Hamza-nktc
Автор

I have no words to express myself about your teaching style love you sirji 🥰🥰🥰🥰🥰

deepakbaghel
Автор

what is the use of "<Route path='user/:userid' element={<User />} " This ? its of no use right ? and just for explanation or is it beging used anywhere actually ? becoz by fetching the userId we are not doing anything we are directly calling the GitHub api so User file is of no use....Pls help

gauravkulkarni