The bundle contains React/Redux sample application, made of TypeScript modules and ready-made components of Material UI Next. The application represents the fundamental patterns of React 16.
npm run build
- build appnpm run watch
- watch for updates in the code basenpm start
- start appnpm run lint
- ensure the code follows the code style conventions (see tslint)
ts-loader
- TypeScript loader for Webpacktslint
- TypeScript code lintertypescript
- TypeScripthttp-server
- Command-line http serverwebpack
- Webpack bundlermaterial-ui
- Material UI Next for ready-made UI componentsprop-types
- React Type Checkerreact
- React Libraryreact-redux
- Utility to connect React components to the Redux storeredux
- Redux State Containerredux-actions
- Helper to create actions and reducersredux-promise
- Redux Store Middleware to handle promisable actionsredux-thunk
- Redux Store Middleware to handle async actions