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?
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???
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.
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
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
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
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?
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
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
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
Thanks a lot bro, I've been searching for an answer for more than an hour now , god bless you
good video. Thanks for not wasting time on CSS / HTML and just focusing on react
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 ❤
Just by looking at the thumbnail It solved my problem, thank you LOL. Will be studying your video heavily !
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
simpler tutorial i ever seen keep doin this
Dude you are a legend. You made that so easy to learn.
this video is real and working perfectly. anyone can study with this video😄😄😄😄
For home/index page I have searched lots but I didn't find anything think but this video help me lot
straight to the point w clear explanation. EZ +1 sub
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!
no bullshit, just straightforward, thank u so much
I'm having so much fun, thanks!!
Thanx Man,you earned my subscription
Thank you! Concise and very helpful tutorial! 💛
Thanks man, you just saved my heart. Bless your heart!
Nice Video, the only thing that could be better is that your IDE fontsize is very small.
You are chill, man....
Good Content up to mark explanation. I need small suggestion, Implementing Router tag in app.js or index.js, which would be best practice?
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?
This helps me a lot, Can I see your Index.js and index.html?
you're the goat, thank you
Knawledge!!!, Great video brother.
Thanks for this great content! It really helps me
Keep it up! good tutorial 🔥
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?
thanks mate concept cleared + subscribed
Thank you so much. Good Clear Content!
The shortcut for opening terminal is ctl + `
Learned a lot
Wht was your node version when you were doing this
Thanks for this great content!
Awesome job man, keep it up, you'll do well!
Good explanation thank you
Keep making more informative videos, Thanks a ton!
Ten four good sir, no problem
thanks. that was very helpful 😊
Thank for that video you help me a lot !!!
this was very helpful!! thank you :)
The text is not readable unless you watch the tutorial full screen, but the content is awesome! Thanks!
Really helpful video, solve my problem
The * route checks other paths before leading to the error page, it doesn't matter where you put it
Ohh, thanks dude
I'm having a problem. Where when you deploy the build. The url dont work.
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???
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
What if i have multiple pages to display as index element?
10:00 let's say I have object like
const ([cards])=useState[{
title: about,
link: About,
...},{...}];
How can I add router into that.
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.
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
Great tutorial I was kinda bored that You didnt talk about the Go back Home stuff ,But its great i figured it out on my own
Oh yeah I should’ve tossed that in there. It’s a bit confusing because the tag is replaced
Yeah otherwize your videos are amazing 🔥
When you are typing the codes, it completes by itself? What is the extension called?
@@TrevoltIVthanks. You explained very well btw 🙏🏻 . I subbed
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
Hey bro! Thanks for the tutorial. Where do we need to store images?
in a public folder outside the src folder
What extension was that, that was suggesting you codes ?
Hi,
i did this and it worked perfectly locally but when i built it, it no longer works.
how about react landing page? it is okay to use react router? example when i click about it scroll down automatically
Really easy to understand. Thanks for this video 🫡
Awesome, thanks!
Thanks for helping me out🤗🤗
No problem!
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
What if we have database also which i am handling using get request,
best tutorial on react router!
Thanks for this.
thanks alot new subscriber!!
What if someone makes post request how we will handle that ??
the goat
Thank you!
Thanks a lot bro🤩
Good tutorial ty
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
You are the best
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...
Thanks dude
THANK YOU SO MUCH BROOO
can you decrease the font size maybe, just to make sure we see absolutely nothing.....
wtf so useful thanks bruhh
The index part is not working for me!! What do i do??
There is an error
Cannot read properties of null (reading 'usefref')
Thanks! 👍🏿👍🏿👍🏿
You’re welcome
Thank you so much !!!
it is throwing me this error You cannot render a inside another
thanks man
before react router was working....now its not working....i am getting 16 errors
thank you so much
Nice! Keep It Up
Ten four brother, thanks!
hey how to make a 404 unknow page
thank you
please zoom in the content next time you record ! :)
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.
awesome