- style-components 可以说是非常好用了,相对于css modules
- mobx-state-tree 实现状态管理,以及回退功能(Time travel)
- travis + gh-pages 自动构建打包发布git pages
- codecov
- drone
npm i / yarn
yarn start
yarn build
yarn reploy / git subtree push --prefix build origin gh-pages
- UI优化
- 移动端适配
- localStorage
- 成功/失败提示优化
- Timer
- PWA
- i18n
- Test
样式/i18n 参考 React-2048-game