1.0.0 • Published 10 years ago

react-factory v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

react-factory

NPM version Downloads

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-factory

Usage

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

MIT