So many videos are there , but this one gave the clear idea about how to make this work. Great job man, Thank you for this and keep making such videos.
Every video is same related to protected route. Bro can you please show us the real time Authentication and how to handle routes with token. It would be very helpful Thanks :)
hey, if I already logged in why I need to see unprotected pages , I mean for example I logged in and I do not want to see login page again when I go /login
Great content bro..please do video on nested routes also... It will be help full when app has more nested routes and facing many problem on persisting active link for nested routes.
What a tutorial Divesh. Thanks a lot for this❤️ . I am having one issue I think new version React Route doesn’t have Redirect in their modules/package… What to do?
Functional components are the modern way of writing React components as you can do almost everything using FC along with React Hooks and in less number of lines.
hey can you make a react js tutorial of an video player that changes the video source of an video. A button activates this function. whitch interchange the video every time I click the button, when i click the button, can the video load at the same time the previous video was playing? There are 2 videos of the same length.
I'm using react-router-dom 6 switch is not working router.ts:5 Uncaught Error: A is only ever to be used as the child of element, never rendered directly. Please wrap your in a please replay
Ok, ate 7:40, im confused about these props " component: component, ... rest ", inside the "ProtectedRoute" component, im trying to understand where are they coming from ? and what they mean ?
@@DipeshMalvia im still trying to understand all thats inside the "ProtectedRoute" component... and trying to understand why you use "Redirect" instead "history.push" ...im still lost..kkkk...i gonna have to watch this a few more 20 times to understand it ..
Sir,if a user is filling form by mistake he has pressed on nav bar or some other area how can we get prompt(prevent navigation) are you sure want to leave the page please make a video on this sir
You can use the Prompt component like this. `Are you sure you want to go to ${location.pathname}` } /> Check the reference link - reactrouter.com/web/example/preventing-transitions
Some people use pages as folder name for components and some as components. So, actually what's the difference between pages folder and components folder?
Whenever I'm putting the ProtectedRoute component inside the Routes component I'm getting error i.e "Uncaught Error: [ProtectedRoute] is not a component. All component children of must be a or " how to overcome this I'm using Router Version 6
You can refer to my video React Firebase authentication I have used protected routes with react router dom version 6. ua-cam.com/video/6kgitEWTxac/v-deo.html
This is one of the most clear and concise tutorials on how to do protected routes within React, thank you Dipesh!
Glad it was helpful!
Thanks for the content Dipesh Greetings from Brazil!
So many videos are there , but this one gave the clear idea about how to make this work. Great job man, Thank you for this and keep making such videos.
I watched a lot of videos on this concept and this one is the best. Good job there!
Thanks Chitrangada!
this guy talks really on point concepts i like your approach. keep up the good work
I just need a rewatch but I actually understood most of it. Thanks for this.
Hope this React playlist would be best series covering from beginner to advanced topics as Akshay Saini's namaste javascript series.
Thank you brother ... your explanation is very clear... ❤️🍻
great explanation Dipesh bro
You always kill it bro. 🔥🔥🔥
Every video is same related to protected route.
Bro can you please show us the real time Authentication and how to handle routes with token.
It would be very helpful
Thanks :)
Sure. Noted!
Great content. Do make one video daily
Not really I usually make 2 videos per month
You are amazing. many thanks.🙏
Welcome!
is this still worth to use for routing on react latest version?
hey, if I already logged in why I need to see unprotected pages , I mean for example I logged in and I do not want to see login page again when I go /login
Great content bro..please do video on nested routes also... It will be help full when app has more nested routes and facing many problem on persisting active link for nested routes.
What a tutorial Divesh. Thanks a lot for this❤️ . I am having one issue I think new version React Route doesn’t have Redirect in their modules/package… What to do?
I also have same issue.
anysolution ?
Thumbs up! keep up with the great job)
Thank you! Cheers!
Bro please make videos on REDUX-PERSIST. how to persist redux store. how to setup persist .also make videos on usefull react libraries
Thanks for making this video 🙏
My pleasure 😊
@@DipeshMalvia sir please react redux login register sir
You are such a legendary ❤️
Really Helpfull sir, thank you !
Simple explanation ✔
Thanks for liking
Thanks again
Always welcome!
Very helpful
Hi Nice project, But how can hide - components with header and footer in 404 page only? please suggest and help
Thank you❤
Welcome!
Thanks
I am new to react.. How is the job market for react?. Pls explain
React is hot skill at the moment.
love you man
Hi,
Thanks for these amazing videos.
I have a request. I don't know it is valid or not.
If you have some time, could you please make a video on JWT.
Sure, I have got couple of request for video on JWT. I will create a video on this topic.
@@DipeshMalvia thanks for the quick reply.
Do you have a v6 tutorial as well? Thanks for the video btw.
Please check this for V6 - ua-cam.com/video/6kgitEWTxac/v-deo.html
Awesome video Great explanations +++++++++++++++++++++ 😃
Thanks again!
Can I use this in react router v6?
Yes, you can use it in React Router DOM v6 but the syntax is bit different - Checkout this video of help - ua-cam.com/video/6kgitEWTxac/v-deo.html
Sir please make firebase and firestore full tutorial and id could possible nodejs and express js full tutorial in future
Answer me pls
Which is used most in industry nowadays between functional components and class components
Functional components are the modern way of writing React components as you can do almost everything using FC along with React Hooks and in less number of lines.
hey can you make a react js tutorial of an video player that changes the video source of an video.
A button activates this function.
whitch interchange the video every time I click the button, when i click the button, can the video load at
the same time the previous video was playing?
There are 2 videos of the same length.
I'm using react-router-dom 6 switch is not working router.ts:5 Uncaught Error: A is only ever to be used as the child of element, never rendered directly. Please wrap your in a
please replay
Hi if suppose we have un response website in react how to make it response could please suggest and make vedio
One complete project for resume please
Hi, How can set auth status based on access token from backend?
Ok, ate 7:40, im confused about these props " component: component, ... rest ", inside the "ProtectedRoute" component, im trying to understand where are they coming from ? and what they mean ?
You will pass this when we use the protected component go ahead and you will see when we use this protected component we pass these props..
@@DipeshMalvia im still trying to understand all thats inside the "ProtectedRoute" component... and trying to understand why you use "Redirect" instead "history.push" ...im still lost..kkkk...i gonna have to watch this a few more 20 times to understand it ..
Hi Dipesh , i have 26 pages / 26 routes , what is the solution how can i protect routes without user authenticate?
Sir,if a user is filling form by mistake he has pressed on nav bar or some other area how can we get prompt(prevent navigation) are you sure want to leave the page please make a video on this sir
You can use the Prompt component like this.
`Are you sure you want to go to ${location.pathname}`
}
/>
Check the reference link - reactrouter.com/web/example/preventing-transitions
is Switch is still valid in Routes??
No, you can refer to this video with implements the same in Router v6 - ua-cam.com/video/6kgitEWTxac/v-deo.html
Some people use pages as folder name for components and some as components.
So, actually what's the difference between pages folder and components folder?
I usually use pages when I have routing implemented in the project.
Pages are the Routes and Components are parts of pages. Its confusing there cause he calls them "HomeComponent" instead of "HomePage"
Hi , make some videos on jwt token
Whenever I'm putting the ProtectedRoute component inside the Routes component I'm getting error i.e "Uncaught Error: [ProtectedRoute] is not a component. All component children of must be a or " how to overcome this I'm using Router Version 6
You can refer to my video React Firebase authentication I have used protected routes with react router dom version 6.
ua-cam.com/video/6kgitEWTxac/v-deo.html
Can you make a video login user using axios and procteced route.
You can check for Firebase authentication video - ua-cam.com/video/6kgitEWTxac/v-deo.html
bro make vedio for react router dom v 6 on the same topic
How to do the same thing in React Router Dom V6 plzz help🙏
Please check my video for firebase authentication I have used protected routes along with react router dom V6.
ua-cam.com/video/6kgitEWTxac/v-deo.html
@@DipeshMalvia thanks broo💯💯
Welcome!
Sir pls make a video on react redux in login register
Sunder Pichai
Good tutorial but does not work on React Router v6
You can check this video - ua-cam.com/video/6kgitEWTxac/v-deo.html
You will see how to implement protected routes with React Router v6.
I don't understand props where its comes
Need this in V6, because this technique doesn't work in v6
Already available in my Firebase Authentication video - ua-cam.com/video/6kgitEWTxac/v-deo.html
Thanks