Posts by David • 21 points
2 posts
-
1
votes2
answers195
viewsA: My application in React of page error not found if I type the url
import React from 'react'; import { Switch, BrowserRouter } from 'react-router-dom'; import RouteHandler from…
-
0
votes2
answers195
viewsQ: My application in React of page error not found if I type the url
Hello when I type the second url on my site Route works leading to requested page, but when I did build hospedei and repeated the same procedure the same does not work giving page not found anyone…