Skip to content

Releases: happypeter/react-starter

thunk and eslint

08 Feb 12:15
Compare
Choose a tag to compare
  • 解决了 redux-logger 打印出 function 类型的 action 的垃圾信息问题
  • 把 store/index.js 代码移动到了 src/index.js ,简化了项目结构
  • 添加了 .eslintrc ,可以完美配合 vscode 和 prettier

Main.js and global.css

03 Feb 13:48
Compare
Choose a tag to compare
  • App now has its own Presentational component Main.js
  • import global.css

redux-thunk works

21 Dec 02:06
Compare
Choose a tag to compare
  • redux-logger
  • create-react-app
  • redux-thunk
  • container/component
  • react-redux