Skip to content

Commit

Permalink
Merge branch 'master' into greenkeeper/initial
Browse files Browse the repository at this point in the history
  • Loading branch information
rodmax authored Oct 30, 2019
2 parents 938b4ca + 2e66866 commit dae652d
Show file tree
Hide file tree
Showing 4 changed files with 1,013 additions and 37 deletions.
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,28 @@ The main purpose of this project is to study web applications development based

## TODO list

- [x] Build: webpack based
- [x] JavaScript: TypeScript
- [x] CSS: Sass + PostCSS(autoprefixer and friends)
- [ ] Quality:
- Key technologies
- [x] TypeScript
- [x] UI library: React
- [x] bundler: Webpack
- [x] Sass + PostCSS(autoprefixer and friends)
- Quality:
- [x] CI: base on [github actions](https://github.com/rodmax/react-playground/actions)
- [x] E2E testing: testcafe
- [x] unit & international testing: jest + testing-library
- [x] Hyper strong TypeScript config
- [x] EsLint
- [x] Prettier for formatting
- [ ] App:
- [x] Stylelint
- App:
- [ ] localization
- [ ] Store: Redux + Redux Starter Kit(?) + RxJs(rxjs/observable)
- Store
- [ ] Redux
- [ ] Redux Starter Kit(?)
- [ ] Effects/async flow: RxJs(rxjs/observable)
- [ ] Router: router5
- React related
- [ ] React.StrictMode
- Development experience
- [x] Prettier for formatting(integration with VSCode)
- [ ] HMR for CSS
- [ ] commit format & commit-based changelog generation
Loading

0 comments on commit dae652d

Please sign in to comment.