Skip to content

BreathlessWay/react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React相关

  1. 基于()=>import的react-router4的代码分割,参考插件react-loadable
  2. create-react-app的配置更改,npm run eject暴漏webpack配置后自定义修改
  3. production环境publicpath设置服务器地址
  4. 基于react-router-redux的路由信息同步
  5. immutable的数据使用更新
  6. react-hot-loader热更新
  7. redux-axios-middleware在payload中没有request时会作为同步action
  8. 图片资源需要通过require方式引入使用
  9. 通过为redux-axios-middleware的config设置,可以catch异常,并添加_complete状态

Problem

  1. react-addons-css-transition-group配合switch的路由过场动画
  2. react-router的全局404页面
  3. 登录后查询文章收藏状态,目前通过window.history.go()刷新页面解决,考虑到文章放在redux里面太大了

Actions

  1. 参考https://github.com/peaceiris/actions-gh-pages实现了基于Github Actions的持续集成,提交master分支会自动构建发布gh-pages

预览

点击预览