UNPKG

generator-base-reactjs

Version:

ReactJS basic skeleton for webapp development. With RequireJS, Bootstrap, Sass and templating with Jade. JSX compiled with Babel.

7 lines 176 B
define(['react', '../../../../templates/footer.rt'], function(React, template) { 'use strict'; return React.createClass({ displayName: 'footer', render: template }); });