UNPKG

babel-plugin-react-transform

Version:

Babel plugin to instrument React components with custom transforms

10 lines (8 loc) 151 B
const Foo = createClass({ displayName: 'Foo', render: function () {} }); const Bar = factory({ displayName: 'Bar', render: function () {} });