-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate .html
pages at compile-time
#61
Comments
I was actually thinking of making the html pages dynamic rather than static so we can turn this into a proper isomorphic example. Data fetching/passing data from the server to the client is what is usually complex with isomorphic apps. If this happens then we'd be unable to publish to github pages. |
Any progress on this task? |
@frankbolviken this was implemented in React Static Boilerplate project, which has a similar structure but optimized for static hostings like GitHub Pages, Amazon S3, Firebase. |
Create a new build step (aka Gulp task) which would generate
.html
pages during a build in order to be able to deploy this web app into CDN (see GitHub Pages).The text was updated successfully, but these errors were encountered: