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

Payload transferred in server side rendering #66

Open
ankitshah2787 opened this issue Mar 26, 2015 · 1 comment
Open

Payload transferred in server side rendering #66

ankitshah2787 opened this issue Mar 26, 2015 · 1 comment

Comments

@ankitshah2787
Copy link

Correct me if I am wrong. If my app is doing server side rendering, I am going to transfer the style string that I get from getStylesString and also I am going to transfer browserify bundle of my components which would also have all the styles that I declared in JS. Am I not transferring same data twice now?

@jaredly
Copy link

jaredly commented May 31, 2015

yes. you're also sending the page data twice (once rendered, once with the javascript)

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

No branches or pull requests

2 participants