Bill F.
Bill F.

Reputation: 824

Hosting a React app with React Router on a static server

Situation:

Problem:

Upvotes: 7

Views: 3170

Answers (1)

Bill F.
Bill F.

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

  • React Static
  • Gatsby
  • Next JS

Some useful articles on getting started:

For Gatsby: https://medium.com/codingthesmartway-com-blog/gatsby-static-site-generator-for-react-introduction-b9fce7df6b24

For React Static: https://medium.com/@tannerlinsley/%EF%B8%8F-introducing-react-static-a-progressive-static-site-framework-for-react-3470d2a51ebc

Upvotes: 3

Related Questions