-
Notifications
You must be signed in to change notification settings - Fork 47k
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
Stateful Imperative Bridge that Wraps React Components #1711
Comments
This was referenced Aug 1, 2014
So there's no official API to do this, essentially? No simple way to mount a component replacing the targeted node? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/reactjs/react-future/blob/master/01%20-%20Core/07%20-%20Imperative%20Bridge.js
Ideally this should also include a way to wrap a React component as a Web Component.
This will be used to deprecate
setProps
on regular components.The text was updated successfully, but these errors were encountered: