UNPKG

grunt-react

Version:

Grunt task for compiling Facebook React's JSX templates into JavaScript

10 lines (8 loc) 147 B
/** * Plain JS File with .jsx extension */ var FixtureComponent = React.createClass({ render: function() { return '<p>Howdy</p>'; } });