python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
React router does not show the homepage and all other pages
I have this code and it does not display the homepage, that is the page that comes at '/'. But if I insert the <home /> tag after the <navbar /> tag, the homepage comes.
import "./App...

Johann
Votes: 0
Answers: 1
React Router Error - Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'pathname')
It says undefined pathname but I don't know what's going wrong with my code. It says when I am fetching data from backend to frontend then suddenly these error(s) occurred and before it can't perform...

user18681814
Votes: 0
Answers: 2
deploy multiple react projects on a single domain
currently, it's working using hash routing, I want to remove hash for SEO reasons so it is possible?
it creates routes like
https://mainDomain/program ← program build run
https://mainDomain/program/#d...

Jay
Votes: 0
Answers: 1
Reat Js navigate with json object to another page
Below is my code, I am fetching the data from api and on success I am setting the the response of state in set_ProductDetails. I want to pass the response state to different component and different pa...

vlas fama
Votes: 0
Answers: 1