module | usage |
---|---|
babel-core | compile es6 |
babel-loader | Webpack plugin for Babel |
babel-preset-es2015 | syntax mapping rules for es6 |
babel-preset-react | syntax mapping rules for jsx |
babel-register | for testing with mocha |
chai | assertion library, i.e. checking equals |
electron-prebuilt | electron for cross platform app |
electron-reload | auto reload electron on file update |
mocha | JavaScript test framework |
react-hot-loader | live-update jsx in webpack without page reload |
webpack | pack things up |
module | usage |
---|---|
react | client lib for react |
react-dom | client lib for react |
-
something may be useful
-
example
-
extra
- some useful style
- http://codepen.io/teeganlincoln/pen/MaNxBv
- http://codepen.io/Vince_Brown/pen/bNNpmY
- http://codepen.io/Joshuasm32/pen/ruyhc
- http://codepen.io/dudleystorey/pen/XJWqgz
- define react propTypes for components