react-mount icon indicating copy to clipboard operation
react-mount copied to clipboard

Register mount function using document.registerElement.

Open aindlq opened this issue 10 years ago • 0 comments

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?

aindlq avatar Jul 23 '15 09:07 aindlq