-
-
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
Q: how to switch off server-side rendering? #634
Comments
I think @frenzzy is working on adding If you need to switch server-side rendering, as a first step, you need to modify |
Why somebody wants to switch off server side rendering??? |
|
hackhat
pushed a commit
to hackhat/react-starter-kit
that referenced
this issue
Sep 5, 2016
…iguration has a new key named `serverSideRendering` that can be toggled between `true` and `false`. Related to: kriasoft#642, kriasoft#634
hackhat
pushed a commit
to hackhat/react-starter-kit
that referenced
this issue
Sep 5, 2016
…iguration has a new key named `serverSideRendering` that can be toggled between `true` and `false`. Related to: kriasoft#642, kriasoft#634
hackhat
pushed a commit
to hackhat/react-starter-kit
that referenced
this issue
Sep 5, 2016
…iguration has a new key named `serverSideRendering` that can be toggled between `true` and `false`. Related to: kriasoft#642, kriasoft#634
This was referenced Jul 30, 2020
This was referenced Jan 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I desperately need this functionality to be able to produce static site.
PS: I am aware of https://github.com/koistya/react-static-boilerplate
The text was updated successfully, but these errors were encountered: