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?