Reputation: 824
Situation:
create-react-app
.Problem:
https://www.example.com/path/page
server returns 404
error because /path/page
is not a valid directory on the server.Upvotes: 7
Views: 3170
Reputation: 824
After some research, I figured out that what I needed was a static site generator.
There are a couple of options available that works with React.js
Some useful articles on getting started:
For React Static: https://medium.com/@tannerlinsley/%EF%B8%8F-introducing-react-static-a-progressive-static-site-framework-for-react-3470d2a51ebc
Upvotes: 3