Yet another starter boilerplate with lot's of goodies: React, Redux, ES2015, JSPM, hot-reloading, Karma + Mocha + Enzyme + Chai, Istanbul + isparta, ESLint + XO
13
stars
1
forks
source link
Support for .jsx extension #1
Open
dfreire opened 8 years ago
It would be nice if react component files could have the
.jsx
file extension.A quick test renaming the
App.js
component toApp.jsx
and fixing the imports, will throw: