-
-
Notifications
You must be signed in to change notification settings - Fork 26.8k
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
Server side rendering #2530
Comments
What is the issue? How do you expect this to be actionable? |
I'm going to close this because it seems you have answers on the SO question. |
@Timer Actually, there was no useful answer given on SO and my post got closed. I also think the data injection is the way to go, but I don't understand how it works, how do you set the |
This section has a snippet about it:
Basically, read |
I use |
See #1703. |
@Vadorequest not sure if this helps, but here's an example of how to do the server side templating: https://stackoverflow.com/a/38129612/2461213 |
Hello, I just opened a SO question about how to do SSR with create-react-app. I'm not particularly looking for SSR, maybe another solution would work for me. (Like templating, or variable injection)
https://stackoverflow.com/questions/44472024/how-to-use-server-side-rendering-with-create-react-app
Thanks.
The text was updated successfully, but these errors were encountered: