React Auto Mount
A really tiny module to unobtrusively mount your components.
Usage
Throw a div in your template with a data-component
attribute.
Then, invoke the reactAutoMount
.
;; const HelloWorld = <h1>`Hello !`</h1>; document;
A really tiny module to unobtrusively mount your components.
Throw a div in your template with a data-component
attribute.
Then, invoke the reactAutoMount
.
;; const HelloWorld = <h1>`Hello !`</h1>; document;
npm i react-auto-mount
3
1.0.1
ISC