react-on-app
v1.3.8
Published
babel module loader for webpack
Downloads
8
Readme
React on App
Integrate react on anywhere
Installation
yarn add react-on-app
Usage
var ReactOnApp = require('react-on-app');
var Home = require('./Home');
ReactOnApp.register({'home.js', Home})Call app on html
Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
