0.27.0 #368
rmorshea
announced in
Announcements
0.27.0
#368
Replies: 1 comment
-
Definitely interested in hearing more about this implementation! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Introduces changes to the interface for custom Javascript components. This now allows JS modules to export a
mount(element, component, props)
function which can be used to bind new elements to the DOM instead of using the application's own React instance and specifying React as a peer dependency. This avoids a wide variety of potential issues with implementing custom components and opens up the possiblity for a wider variety of component implementations.This discussion was created from the release 0.27.0 - Module Mount Function.
Beta Was this translation helpful? Give feedback.
All reactions