1.0.0 • Published 11 years ago
react-factory v1.0.0
react-factory
react.createFactory wrapper because we hate long names. You need to provide
your own version of react though, we're not bundling any in here for you.
Installation
npm install react-factoryUsage
var factory = require('react-factory');
var myComponent = factory(require('./path/to/myComponent'));Why?
0.12 introduced breaking changes for us non-jsx users, and we don't like long
names so that's why.
See also
License
1.0.0
11 years ago