- Improve rebuild time with CommonChunksPlugin
- Add a large set of dependencies
- Analyze bundle size
- Hot reloading JavaScript component
- Hot reloading TypeScript component
- Hot reloading CSS
- Hot reloading JavaScript component used in TypeScript component
- Hot reloading JavaScript reducer
- Hot reloading TypeScript reducer
- TypeScript stacktraces in synchronous code
- TypeScript stacktraces in Promises
- Using Babel to compile ES6 to ES5 (this is for react-hot-loader)
- Large TypeScript codebase (see generateTree.js)
- Using ESLint on JavaScript code
- Using TSLint on TypeScript code
- https://github.com/zalmoxisus/redux-devtools-extension/blob/master/docs/API/Arguments.md#shouldhotreload
- react-boilerplate/react-boilerplate#495
- webpack/webpack#2145
- microsoft/TypeScript#8392
- https://gist.github.com/markerikson/dc6cee36b5b6f8d718f2e24a249e0491
- https://webpack.js.org/configuration/
- https://www.typescriptlang.org/docs/handbook/react-&-webpack.html
- https://github.com/palantir/tslint-react
- gaearon/react-hot-loader#525
- https://palantir.github.io/tslint/rules/
- https://material-ui-1dab0.firebaseapp.com/getting-started/installation
- https://github.com/reactjs/react-redux/releases/tag/v2.0.0
- https://github.com/gaearon/react-hot-loader/tree/master/docs#migration-to-30
- https://github.com/gaearon/react-hot-boilerplate
{
"[typescript]": {
"editor.tabSize": 4
},
"[typescriptreact]": {
"editor.tabSize": 4
}
}