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

Change React.render() to ReactDOM.render() #175

Merged
merged 2 commits into from
Oct 19, 2015
Merged

Conversation

radnor
Copy link
Contributor

@radnor radnor commented Oct 19, 2015

I updated RenderJavaScript() in src/React.Core/ReactComponent.cs to call ReactDOM.render() per the v0.14 update, and modified all instances in the markdown docs.

I also noticed the OWIN sample wasn't running properly so I fixed that too. 😄

@Daniel15
Copy link
Member

Thanks for updating this! For the tutorial, it might be worth diffing the ReactJS.NET version to the official React version (https://github.com/facebook/react/blob/master/docs/docs/tutorial.md) to see if there's any other updates I've missed.

Daniel15 added a commit that referenced this pull request Oct 19, 2015
Change React.render() to ReactDOM.render()
@Daniel15 Daniel15 merged commit 767398a into reactjs:master Oct 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants