ReactJS Course [8] - React Router Dom | Routes in React

ReactJS Course [8] - React Router Dom | Routes in React

PedroTech

1 год назад

45,839 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Internial Ps
Internial Ps - 03.09.2023 19:31

dont make small talk. be direct

Ответить
Ильнард Шагизиганов
Ильнард Шагизиганов - 20.08.2023 22:49

Спасибо за видео (from Russia)👍

Ответить
Arun Kumar
Arun Kumar - 20.08.2023 07:26

Awesome

Ответить
Mikael Nilsson
Mikael Nilsson - 02.08.2023 10:52

When the project is built you can't access e.g. the menu page by writing the URL in the address bar as Pedro does in the video. That is because that page doesn't exist on the web server. You need to configure the web server to make that work. If you don't want to configure the web server you could use the HashRouter instead of the BrowserRouter.

Ответить
38911bytefree
38911bytefree - 23.07.2023 18:12

Thanks Pedro !!!!. I made all up to here. Im very thankful to you, Im trying to learn and use react in my actual job, and you have helped a lot.

Ответить
Ray Wright
Ray Wright - 18.07.2023 10:56

Clear, concise and to the point and no fluff. Well done man. Keep up the good work!

Ответить
ahmed madhi
ahmed madhi - 17.06.2023 01:54

thank you man you are amazing really

Ответить
 Zaro Haandi Kitchen
Zaro Haandi Kitchen - 02.06.2023 12:07

dude my browser is still showing some errors...how to with it please tell me

Ответить
hamdi hawari
hamdi hawari - 25.05.2023 16:31

very clear, thank you. please keep on more if you can create new Course Full-Stack-Project usind NestJs and MongoDB with React :)

Ответить
Babak Alikahi
Babak Alikahi - 19.05.2023 19:25

Perfect React Course

Ответить
Tharindu imalka
Tharindu imalka - 26.04.2023 04:27

These tutorials are amazing man good luck with your future works and thank you again

Ответить
Nishant Gupta
Nishant Gupta - 12.04.2023 08:29

Thank you Sir 🙂🙂

Ответить
Jayathi Mishra
Jayathi Mishra - 05.04.2023 09:40

Thankyou Pedro yaaaaaar

Ответить
octo
octo - 17.03.2023 16:12

Simply explained, thanks!

Ответить
Positive
Positive - 15.03.2023 14:46

Thank you bro

Ответить
RogeClash
RogeClash - 12.03.2023 01:47

hey wehre is the other react router video buddy? thanks

Ответить
Oreva Okumor
Oreva Okumor - 08.03.2023 19:10

Hello Pedro, I'm trying to make an onClick function on a button open a page using Link, this how i wrote my code, but th click isn't responsing
<button onClick={() =><Link to= "/Start Application"> Apply</Link>}>
kindly help me

Ответить
RogeClash
RogeClash - 01.03.2023 04:12

Many thanks Pedro

Ответить
hafa dni
hafa dni - 23.02.2023 03:22

always you are the king , i like you so much brother

Ответить
omarcano
omarcano - 16.02.2023 05:52

How would we hide the nav bar in a specific page, say the login page? There are solutions online, but they're using Switch and that's outdated

Ответить
Mohamad Safeih
Mohamad Safeih - 09.02.2023 22:06

thank you very much <3

Ответить
Дмитрий Снытин
Дмитрий Снытин - 26.01.2023 16:57

Thanks you from your work. This is very good lessons 🤩 Lesson 8 helpted me solved mistake in my beginer project.

Ответить
Ronnykn
Ronnykn - 26.01.2023 13:02

cool, how about Outlet in react-router-dom? make a video

Ответить
ahmed nassar
ahmed nassar - 01.01.2023 13:28

Very easy explanation, and it's a great way to deliver the message. Keep going, Pedro's

Ответить
Naveen Chander
Naveen Chander - 18.12.2022 13:33

eventually i got learned too many things from u thanks a lot

Ответить
Naveen Chander
Naveen Chander - 18.12.2022 13:32

i am watching all ur videos it is just awsome

Ответить
K.
K. - 07.11.2022 12:06

Thanks!

Ответить
Ahmet Aydın
Ahmet Aydın - 24.10.2022 04:04

Thanks!

Ответить
Animesh Rose
Animesh Rose - 21.10.2022 19:17

So lucid! Amazing tutorial! Thank you bro for your efforts!!

Ответить
Satya Ganesh
Satya Ganesh - 30.09.2022 21:44

Hey bro.. im in love with ur course man..this is like 2nd video im watching in your course.. but i can say ur explanation skills are of the chart. 🙌🙌🙌

Ответить
CodeWithKlyist
CodeWithKlyist - 22.09.2022 13:26

best react course that motivate me to learn it

Ответить
read before you reply
read before you reply - 19.09.2022 18:19

Man this guy explaining react >>>>>>>>>>>>

Ответить
j h
j h - 18.09.2022 04:21

this was amazing. simple, to the point. pretty clear.

subbed and liked.

Ответить
Kishor Kumar Singh
Kishor Kumar Singh - 11.09.2022 23:02

Can someone please tell me what is the difference between React Routes and Node Js(using Express) Routes in a application?

Ответить
087- J.chaitanya
087- J.chaitanya - 10.09.2022 17:23

great as usually

Ответить
Augis, Chadie Gil S.
Augis, Chadie Gil S. - 30.08.2022 09:33

❤️❤️❤️

Ответить
iSalah-YT
iSalah-YT - 16.08.2022 09:34

thank u so much bro

Ответить
Fabiano
Fabiano - 08.08.2022 07:20

Excellent, Pedro! I will go through all your videos and learn ReactJS from you.

Ответить
Ahmed Bappy
Ahmed Bappy - 06.08.2022 21:09

tnx a lot bro

Ответить
Alebiosu Wahab
Alebiosu Wahab - 06.08.2022 18:42

How can I render only login page in react-router-dom,i dont want the header and footer page to appear in login page

<div className='app'>
<Header />
<Routes>
<Route path="/checkout" element={<Checkout />}/>
<Route path="/" element={<Home/>} />
<Route path="/login" element={<Login/>}/>
</Routes>
<Footer />
</div>

Ответить
Raphael Rocha
Raphael Rocha - 06.08.2022 05:29

E o mesmo curso da codedamn ? its the same course as codedamn ?

Ответить
Ali Ahmad
Ali Ahmad - 04.08.2022 14:47

humble request for redux as soon as possible man i have watched many tutorials but still cant get it in depth

Ответить
Ali Ahmad
Ali Ahmad - 04.08.2022 14:46

great series
please make one for redux also in details

Ответить
Maddy Jadhav
Maddy Jadhav - 04.08.2022 07:42

Great video!! Thank you Pedro all your help by sharing these learning videos. Could you please let me know if you have any video on React Testing. If not kindly make one for ReactJS unit testing with best practices 🙏🏻

Ответить
Basit Khan
Basit Khan - 03.08.2022 22:34

Bro can you make videos on popular social media clones like Instagram Facebook maybe we got better project based learning

Ответить
Anabia Tahir
Anabia Tahir - 03.08.2022 20:30

will you be covering context api and redux in this series?

Ответить
Eshgod
Eshgod - 03.08.2022 16:40

Hey Pedro, loving the series, at the end or anytime soon could you do a bigger project that makes us utilize everything we learned, such as API's and useEffect? Thanks!

Ответить
Matheus A Silva
Matheus A Silva - 03.08.2022 04:12

Para criar uma rota de usuario e outra de adim tem que criar
<Router admin>
<Routers admin >
</Routers>
</Router>

<Router user>
<Routers >
</Routers>
</Router>

Seria mais ou menos isso?

Ответить
Matheus A Silva
Matheus A Silva - 03.08.2022 03:57

Muito bom.
Estou com um problema sempre que salvo o .JS ele reformata o arquivo gerando um erro, assim tenho que deixar como .JSX tem alguma ideia do que pode ser?
JSX =
import React from "react";
function Form() {
return (
<div className = "main" >
<p className = "div-one" > Div one</p>
</div>
);
}
export default Form;
>JS =
import React from "react";
function Form() {
return ( <
div className = "main" >
<
p className = "div-one" > Div one < /p> < /
div >
);
}
export default Form;

Valeu....

Ответить