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

React goes web component – Use custom tags to place react components directly in html.

Results 1 react-mount issues
Sort by recently updated
recently updated
newest added

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...