- 基于()=>import的react-router4的代码分割,参考插件react-loadable
- create-react-app的配置更改,npm run eject暴漏webpack配置后自定义修改
- production环境publicpath设置服务器地址
- 基于react-router-redux的路由信息同步
- immutable的数据使用更新
- react-hot-loader热更新
- redux-axios-middleware在payload中没有request时会作为同步action
- 图片资源需要通过require方式引入使用
- 通过为redux-axios-middleware的config设置,可以catch异常,并添加_complete状态
- react-addons-css-transition-group配合switch的路由过场动画
- react-router的全局404页面
- 登录后查询文章收藏状态,目前通过window.history.go()刷新页面解决,考虑到文章放在redux里面太大了
- 参考https://github.com/peaceiris/actions-gh-pages实现了基于Github Actions的持续集成,提交master分支会自动构建发布gh-pages