1.0.4 • Published 4 years ago

write-react v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago