Skip to content
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

NoScript/legacy browser/archive site support #92

Open
KindaOK opened this issue Mar 8, 2022 · 2 comments
Open

NoScript/legacy browser/archive site support #92

KindaOK opened this issue Mar 8, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@KindaOK
Copy link
Collaborator

KindaOK commented Mar 8, 2022

Right now, nothing happens without JS. Adding functionality such that we have a site that can be used without JS (without serving the site on something other than a file server) will fulfill all of those requirements. There's got to be like a package for this that we can integrate and only add another build step or something.

@KindaOK KindaOK added the enhancement New feature or request label Mar 8, 2022
@KindaOK
Copy link
Collaborator Author

KindaOK commented Mar 8, 2022

Same issue as #54

@KindaOK
Copy link
Collaborator Author

KindaOK commented May 5, 2022

See https://reactjs.org/docs/react-dom-server.html#rendertostring for creating the starter html. In theory, we could make this for every page and then change the s3 bucket to a directory with static routing and pray that react will pick up on it.

Also see https://www.freecodecamp.org/news/server-side-rendering-your-react-app-in-three-simple-steps-7a82b95db82e/ and https://blog.logrocket.com/static-site-generation-with-react-from-scratch/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant