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 YOUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU I will be watching only your videos from now on! THANK YOU!
@TrevoltIV I understand. I also found Server Side rendering a pain in React as well. I'm knowledgeable in backend and usually use template rendering for fullstack hobby projects and hackathons, that's why I started React. My end goal is NextJS though. You think it's possible to jump in Nextjs without too much experience in React?
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
bro, i tried 5 tutorials in a row and i was about to lose my freaking mind until i found yours, this one actually work unlike the others! and i am using a fancy nav bar and all and it still works, it's amazing! thank you so much!!!!!!
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
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 ❤
You've earned yourself a sub :) Thank you mate. Out of curiosity mate did you have a VSCode extension installed that allowed you to get the auto-predictive text suggestion at 10:46?
Thanks for the video! What if I have some links that I want them to redirect me to the for example contact page? I just use the url in href in element?
5 หลายเดือนก่อน
Hi, what is the extension you used to have the suggestion and auto complete for the React like in the videos? I tried some extensions but it cannot recognize the structure like your one which is helpful
Thank you for the video! I have a problem: I deployed the web application, but when I open the URL of any pages except the home page, it won't load (404 error). Please can you help me? What could I have done wrong?
@@joshuaabulu9 His issue was with his hosting provider, if your problem is only occurring when accessing the live version of the site then it's probably a routing issue that you need to fix on your hosting platform. By default, most hosting providers use a directory based routing system that will conflict with dynamic JavaScript based routing which is what React uses. You need to configure the routing to simply always redirect to the index page (In other words, the "yourdomain.com/" route).
@@TrevoltIV Thank you I just did it Initially, I hosted the site on render, but it kept returning 'not found' when I try to go to a sub page directly from the URL It was the same issue with netlify. But netlify has a fix by adding a _redirects file to the public folder and adding a code inside that looks like this '/* index.html 200'.. now on netlify, it works, but still doesn't work on render
Hello my friend : I need some help. I am working on an application that, when pressing the button, will go to the control page of the router connected to it on the Wi-Fi network. I need the code for the button that will raise the user of the application to the page of the router connected to it by taking the IP Gateway address according to each router separately. Can you help???
I want to connect two different react apps and use them in the same page (I have a home app and login app and ı want when I click the link in home page go to the login app) how can I do this ? Please help me
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.
That is not working for me :-/ i normally use vue js and i am trying to learn React and if i put a file in a pages folder I cannot display it on the screen .. thanks for the video though
@@TrevoltIV bro im really thankful, i knew about but didn't thought it would apply the ref to url... Really appreciate the commitment over the comment section...
do we have to type /home,/contacts all the time to navigate to those pages ? Can't we make them clickable like we do in vanilla html,css,js with anchor tags ?
You could use normal anchor tags but this way you'll end up refreshing the whole page whenever you're navigating. Its recommended to use the from React Router Dom it works pretty much like a normal a tag but doesn't refresh the page every time you navigate to a different page, giving you that SPA feel.
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 YOUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU I will be watching only your videos from now on! THANK YOU!
kinda the same story here XD
Can you tell what did you do? cuz I have been trying for like 4 days straight but still stuck
From the thumbnail to the content, no filler, just pure value - thank you! Easiest subscribe I've ever done. Keep it up!
Of course, I'm a minimalist, looks like it's paying off haha
Except for my eyes. My nose is pressed up to the screen to see whats happening. Bring your own magnifying glass nahmeannn
Straight to the point, it's mutch more cleaner than conditionally rendering pages.
@TrevoltIV I understand. I also found Server Side rendering a pain in React as well. I'm knowledgeable in backend and usually use template rendering for fullstack hobby projects and hackathons, that's why I started React. My end goal is NextJS though. You think it's possible to jump in Nextjs without too much experience in React?
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
bro, i tried 5 tutorials in a row and i was about to lose my freaking mind until i found yours, this one actually work unlike the others! and i am using a fancy nav bar and all and it still works, it's amazing! thank you so much!!!!!!
the best tutorial ever, short and perfectly functioning, made my 3 months of researching about how to do it worth it
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
Thanks a lot bro, I've been searching for an answer for more than an hour now , god bless you
This guy sounds like the most chill guy on earth. Almost as if he's being forced to even make the video 😂. Love it. Very easy subscribe.
Nice job! after many tutorials, this one is straight to success
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
I know right, I always cut to the chase because people are here to learn routing not CSS lol
For real dude
This is the realest comment ever
good video. Thanks for not wasting time on CSS / HTML and just focusing on react
Just by looking at the thumbnail It solved my problem, thank you LOL. Will be studying your video heavily !
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 ❤
straight to the point w clear explanation. EZ +1 sub
simpler tutorial i ever seen keep doin this
Dude you are a legend. You made that so easy to learn.
Very helpful and straight forward thanks!
You absolute legend. Cannot thank you enough. Great video
it was very much helpful brooh!...really really thank ue...i was in a great problem from last 2 weeks in this task
Thanks for the feedback!
I'm having so much fun, thanks!!
no bullshit, just straightforward, thank u so much
Thanx Man,you earned my subscription
Thanks man, you just saved my heart. Bless your heart!
this video is real and working perfectly. anyone can study with this video😄😄😄😄
Thank you! Concise and very helpful tutorial! 💛
Thanks for this great content! It really helps me
Awesome job man, keep it up, you'll do well!
For home/index page I have searched lots but I didn't find anything think but this video help me lot
Thank you so much. Good Clear Content!
You've earned yourself a sub :) Thank you mate.
Out of curiosity mate did you have a VSCode extension installed that allowed you to get the auto-predictive text suggestion at 10:46?
Knawledge!!!, Great video brother.
thanks mate concept cleared + subscribed
Keep making more informative videos, Thanks a ton!
Ten four good sir, no problem
you're the goat, thank you
this was very helpful!! thank you :)
You are chill, man....
Thank for that video you help me a lot !!!
Keep it up! good tutorial 🔥
Really helpful video, solve my problem
Thanks for this great content!
Learned a lot
10:00 let's say I have object like
const ([cards])=useState[{
title: about,
link: About,
...},{...}];
How can I add router into that.
thanks. that was very helpful 😊
Good explanation thank you
Thanks for the video! What if I have some links that I want them to redirect me to the for example contact page? I just use the url in href in element?
Hi, what is the extension you used to have the suggestion and auto complete for the React like in the videos? I tried some extensions but it cannot recognize the structure like your one which is helpful
@@TrevoltIV thank you so much
Thank you for the video! I have a problem: I deployed the web application, but when I open the URL of any pages except the home page, it won't load (404 error). Please can you help me? What could I have done wrong?
If you have discord I’d be happy to hop on a screen share real quick and help you
@@pinterbence5 Ok adding you now
I have this same issue. How did you fix yours please?
@@joshuaabulu9 His issue was with his hosting provider, if your problem is only occurring when accessing the live version of the site then it's probably a routing issue that you need to fix on your hosting platform. By default, most hosting providers use a directory based routing system that will conflict with dynamic JavaScript based routing which is what React uses. You need to configure the routing to simply always redirect to the index page (In other words, the "yourdomain.com/" route).
@@TrevoltIV Thank you
I just did it
Initially, I hosted the site on render, but it kept returning 'not found' when I try to go to a sub page directly from the URL
It was the same issue with netlify.
But netlify has a fix by adding a _redirects file to the public folder and adding a code inside that looks like this '/* index.html 200'.. now on netlify, it works, but still doesn't work on render
Thanks for helping me out🤗🤗
No problem!
Wht was your node version when you were doing this
Good Content up to mark explanation. I need small suggestion, Implementing Router tag in app.js or index.js, which would be best practice?
thanks alot new subscriber!!
When you are typing the codes, it completes by itself? What is the extension called?
@@TrevoltIVthanks. You explained very well btw 🙏🏻 . I subbed
Awesome, thanks!
Thanks a lot bro🤩
This helps me a lot, Can I see your Index.js and index.html?
Thanks for this.
Hello my friend :
I need some help. I am working on an application that, when pressing the button, will go to the control page of the router connected to it on the Wi-Fi network.
I need the code for the button that will raise the user of the application to the page of the router connected to it by taking the IP Gateway address according to each router separately. Can you help???
What extension was that, that was suggesting you codes ?
Dude, i have a react+vite app, i did what you did in the video and am getting blank, am getting nothing in the website
The text is not readable unless you watch the tutorial full screen, but the content is awesome! Thanks!
Nice Video, the only thing that could be better is that your IDE fontsize is very small.
Good tutorial ty
What if i have multiple pages to display as index element?
Hey bro! Thanks for the tutorial. Where do we need to store images?
in a public folder outside the src folder
Really easy to understand. Thanks for this video 🫡
THANK YOU SO MUCH BROOO
Thanks! 👍🏿👍🏿👍🏿
You’re welcome
The * route checks other paths before leading to the error page, it doesn't matter where you put it
Ohh, thanks dude
I want to connect two different react apps and use them in the same page (I have a home app and login app and ı want when I click the link in home page go to the login app) how can I do this ? Please help me
You are the best
Thanks dude
Thank you!
I'm having a problem. Where when you deploy the build. The url dont work.
wtf so useful thanks bruhh
When I open any page like aboutus, contact us expect home page it works good error occurs when I refresh that page not found how to resolve it
how about react landing page? it is okay to use react router? example when i click about it scroll down automatically
Hi,
i did this and it worked perfectly locally but when i built it, it no longer works.
What if we have database also which i am handling using get request,
Thank you so much !!!
best tutorial on react router!
The shortcut for opening terminal is ctl + `
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.
thanks man
the goat
thank you so much
Nice! Keep It Up
Ten four brother, thanks!
What if someone makes post request how we will handle that ??
thank you sooooooooooooooooooooo muchhhhhhhhhhhhhhhhhhhhhhhhhhhh
thank you
That is not working for me :-/ i normally use vue js and i am trying to learn React and if i put a file in a pages folder I cannot display it on the screen .. thanks for the video though
Yeah, but how am I expected to reach to this pages when clicking an link on my content? In a Nav for example...
@@danton_Yn Page
@@TrevoltIV bro im really thankful, i knew about but didn't thought it would apply the ref to url... Really appreciate the commitment over the comment section...
subscribed from pakistan
Highly appreciated!
good 👍👍
The index part is not working for me!! What do i do??
There is an error
Cannot read properties of null (reading 'usefref')
do we have to type /home,/contacts all the time to navigate to those pages ? Can't we make them clickable like we do in vanilla html,css,js with anchor tags ?
You could use normal anchor tags but this way you'll end up refreshing the whole page whenever you're navigating. Its recommended to use the from React Router Dom it works pretty much like a normal a tag but doesn't refresh the page every time you navigate to a different page, giving you that SPA feel.
it is throwing me this error You cannot render a inside another
before react router was working....now its not working....i am getting 16 errors
can you decrease the font size maybe, just to make sure we see absolutely nothing.....
hey how to make a 404 unknow page