You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now react-mount tries to parse html and mount React component as soon as React.mount function is called. It would be convenient to register component mounting function using document.registerElement if this function is supported by browser.
Right now react-mount tries to parse html and mount React component as soon as React.mount function is called. It would be convenient to register component mounting function using document.registerElement if this function is supported by browser.
For example https://github.com/PixelsCommander/ReactiveElements project use this feature.
What do you think about this idea?
The text was updated successfully, but these errors were encountered: