Skip to content

Commit

Permalink
README: add some goals to checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
rodmax committed Nov 6, 2019
1 parent 5576473 commit 178eb04
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,21 @@ The main purpose of this project is to study web applications development based
- [x] EsLint
- [x] Stylelint
- [ ] Review tools of [minimizing for production](https://webpack.js.org/plugins/mini-css-extract-plugin/#minimizing-for-production)
- Build:
- [ ] add [tslib](https://www.npmjs.com/package/tslib)
- App:
- [ ] localization
- [ ] form handling(ui/server validation, form state)
- Store
- [ ] Redux
- [ ] Redux Starter Kit(?)
- [x] Redux
- [x] [type safety with redux](https://medium.com/@dhruvrajvanshi/some-tips-on-type-safety-with-redux-98588a85604c):
- [x] [actions naming](https://itnext.io/namespacing-redux-action-type-constant-values-90b932eea43f)
the best approach in terms of minimal boilerplate|strong typing|no unneeded abstractions/libs in my opinion
- [ ] Effects/async flow: RxJs(rxjs/observable)
- [ ] Router: router5
- React related
- [x] [React.StrictMode](https://reactjs.org/docs/strict-mode.html)
- React related:
- [x] [React.StrictMode](https://reactjs.org/docs/strict-mode.html)
- [ ] try suspense
- Development experience
- [x] Prettier for formatting(integration with VSCode)
- [ ] HMR for CSS
Expand Down

0 comments on commit 178eb04

Please sign in to comment.