README
write react
elementを指定することなく、reactをrenderします htmlファイルでreactを使いたい人向けのプログラムです https://github.com/masahiroike/write-react
install
- npm install
# shell command line
npm install write-react
- import this
# index.tsx
import writeReact from 'write-react';
window.writeReact = writeReact;
- execute example
# index.html
<script>writeReact(ExampleComponent, {className: 'exampleClassName'}, ...ExampleChildElement)</script>