-
-
Notifications
You must be signed in to change notification settings - Fork 328
0.27.0 #368
rmorshea
announced in
Announcements
0.27.0
#368
-
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.
- modules with mount func should not have children - 94d006c
- limit to flask<2.0 - e7c11d0
- federate modules with mount function - bf63a62
This discussion was created from the release 0.27.0 - Module Mount Function.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Definitely interested in hearing more about this implementation!
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment