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

Render react component to html code only on server-side #9

Closed
wants to merge 1 commit into from

Conversation

yyjhao
Copy link

@yyjhao yyjhao commented Nov 30, 2013

React isn't meant to be rendered to html directly when being used on the client side. In fact, it's supposed to diff the DOMs and apply the least number of updates when you update the view on the client side.

@yyjhao
Copy link
Author

yyjhao commented Nov 30, 2013

#7 should have been caused by this.

@spikebrehm spikebrehm closed this Feb 4, 2015
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

Successfully merging this pull request may close these issues.

2 participants