i am having some problems with this react app can you please help me guys ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

i am having some problems with this react app can you please help me guys ?

https://abhi07070.github.io/TextUtiles-React/ when i open it it doesn't show me the home page but when i click on home or about it then shows all the content. what this issue is ??? can anyone help me to address it ??

14th May 2022, 12:42 PM
Davinder Kumar
Davinder Kumar - avatar
5 Answers
+ 1
The problem is that you have no route at "/TextUtiles-React". It's showing the App because you have your index file there. It's showing the components when you navigate to "/" and the route matches. The problem is the router of the server. See if this helps. https://www.geeksforgeeks.org/how-to-deploy-your-react-websites-on-github/
14th May 2022, 7:31 PM
Mustafa A
Mustafa A - avatar
0
Your router seems to be weird. Does it work when you run it locally? It's starting at "/TextUtiles-React/" then navigating to "/" (root) when home is pressed. And you can't navigate directly to the routes. Did you check if you can host react app in GitHub? Or how to configure the router.
14th May 2022, 6:01 PM
Mustafa A
Mustafa A - avatar
0
i deployed it on git where i had given TextUtiles-React as a repository name. when i click on home it navigates to "/" but when it open suddenly it shows after port that you are currently at on localhost:3000/TextUtiles-React. so tell me how can i fix ?? i have checked my router for many times but there is no error i see you can also check if you want let me give a link of my project. https://github.com/abhi07070/TextUtiles-React go to src then components then you can see my all components which i have made for project.
14th May 2022, 7:09 PM
Davinder Kumar
Davinder Kumar - avatar
0
i have already deployed my web application. anyway i try to find out it closely. Thanks you
15th May 2022, 1:16 AM
Davinder Kumar
Davinder Kumar - avatar
15th May 2022, 6:52 AM
Calviղ
Calviղ - avatar