Skip to content

Ability to provide own react.js version? #113

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

Closed
Scratch-net opened this issue Apr 8, 2015 · 2 comments
Closed

Ability to provide own react.js version? #113

Scratch-net opened this issue Apr 8, 2015 · 2 comments
Milestone

Comments

@Scratch-net
Copy link

Hi there. 0.13 is out and 0.14 is approaching. Is it possible that we didn't have to wait for a next react.NET release and provide .js by ourselves?

@Daniel15 Daniel15 added this to the 1.5 milestone Apr 12, 2015
@Daniel15
Copy link
Member

I've added this in 27df77f. Ensure you load a version of React in a script (eg. Webpack bundle) via AddScriptWithoutTransform and it should work fine. The only issue I can think of is if React's API changes between versions, as ReactJS.NET will still be calling the old methods internally (eg. React.renderComponent changing to React.render in 0.12).

@Scratch-net
Copy link
Author

Thanks a lot, no need to fork any more!

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

No branches or pull requests

2 participants