-
Notifications
You must be signed in to change notification settings - Fork 1
Add option to set current React instance. #3
Comments
See here as well: developit/htm#203 |
Doing this would break the component cookiecutter, but I had been thinking that we should make the components completely independent. Instead of just doing: React.createComponent(userModule.userComponent) The This does make the idea of just people able to I think the fact that I need this rollup plugin to mangle the imports into the right thing tells me I'm trying to do something that I shouldn't be doing. |
Maybe the interface is |
This change should be made before updating |
Actually these are really two separate issues. The latter is easier to solve and can be done independently. See: #4 |
This needs some more thought |
This line makes it hard to work with IDOM client-side because it's bound to the React instance that was built into the client. However we could work around that by doing the following instead I think:
This way downstream clients can set what React instance is being used
The text was updated successfully, but these errors were encountered: