1.0.4 • Published 6 years ago

write-react v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

write react

elementを指定することなく、reactをrenderします htmlファイルでreactを使いたい人向けのプログラムです https://github.com/masahiroike/write-react

install

  1. npm install
# shell command line
npm install write-react
  1. import this
# index.tsx
import writeReact from 'write-react';
window.writeReact = writeReact;
  1. execute example
# index.html
<script>writeReact(ExampleComponent, {className: 'exampleClassName'}, ...ExampleChildElement)</script>
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago