How to disable hydration completely? #29422
Unanswered
goodpixels
asked this question in
Help
Replies: 1 comment 1 reply
-
This plugin is one way of doing this https://www.gatsbyjs.com/plugins/gatsby-plugin-no-javascript-utils/?=javasc |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I love the workflow and simplicity of working with Gatsby to create static websites, however for my use case once the website has been generated I do not need it to be rehydrated at all - my website is meant to be entirely static and it should not load React in the browser.
One could say that I wish to use Gatsby to render my website to a static HTML and leave it at that.
Is this possible at all?
Beta Was this translation helpful? Give feedback.
All reactions