How to use React Router for multiple pages on your web app (for beginners)

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

My dear dude, I took an 18 week bootcamp, stuck 5 weeks now in a final project using react-router, ready to just give it up. THIS VIDEO HELPED ME GET THE MISSING PIECE. THANK I will be watching only your videos from now on! THANK YOU!

NikkiJ
Автор

From the thumbnail to the content, no filler, just pure value - thank you! Easiest subscribe I've ever done. Keep it up!

Shaddymaze
Автор

Straight to the point, it's mutch more cleaner than conditionally rendering pages.

IonizedComa
Автор

Thank god a direct video, simple with what i need. I searched a lot of videos that overcomplicated this simple concept. Subscribed, thanks for the easy explain

dal
Автор

excellent video, showing how to properly setup the directory is so important, having watched many videos I had too continually change my folder directory and relevant paths in the app. Also great to note that all this should be in a client folder so that the API and Server folders can be the in the parent folder with the client. self learning coding is not easy, but having to do things right the first time is so important

vincentjansevanrensburg
Автор

i liked that u didnt bother with css.. i hate when they go off on some stupid css tangent that has nothing to do with teaching the thing

williamdevonshire
Автор

simpler tutorial i ever seen keep doin this

talhaonder
Автор

good video. Thanks for not wasting time on CSS / HTML and just focusing on react

jonwakefield
Автор

My brother, keep making more videos, thanks react router was giving me the run around.
Just subscribed and read you're profile, glad to see a christian and a gamer. Much love bro ❤

dest
Автор

Just by looking at the thumbnail It solved my problem, thank you LOL. Will be studying your video heavily !

navysealalex
Автор

Thanks a lot bro, I've been searching for an answer for more than an hour now, god bless you

younesmed
Автор

straight to the point w clear explanation. EZ +1 sub

ScriptSecretsExplain
Автор

10:00 let's say I have object like
const ([cards])=useState[{
title: about,
link: About,
...}, {...}];

How can I add router into that.

fase
Автор

Dude you are a legend. You made that so easy to learn.

SomeFreeTimeActivities
Автор

it was very much helpful brooh!...really really thank ue...i was in a great problem from last 2 weeks in this task

.tahmidemam
Автор

Very helpful and straight forward thanks!

rekeroni
Автор

no bullshit, just straightforward, thank u so much

mirjalol_nightmares
Автор

hey guys, if your routes works locally doesnt but DOESN'T WORK when you deploy your site (error):
1. make a file inside "public" folder called "_redirects" without file extension
2. copy paste "/* /index.html 200" to the file
3. redeploy your site

this was a problem for me when i was deploying thru netlify and always getting error.

gigxr
Автор

this video is real and working perfectly. anyone can study with this video😄😄😄😄

nqpcgwj
Автор

You absolute legend. Cannot thank you enough. Great video

ShanYTAu