Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 781 Bytes

project.md

File metadata and controls

7 lines (6 loc) · 781 Bytes

react 项目工程相关

脚手架

  • create react app 比较轻量级,只是整合 webpack 和 react-router。
  • roadhog 让 create-react-app 可配的命令行工具。
  • react boilerplate 比较重量级,整合了webpack 和 react router, redux, redux suga, reselect 等。不喜欢默认的 Styled Components,可以很容易的替换。 组织代码的理念和我的一样,文件按照页面来分,而不是功能来分。
  • react-redux-universal-hot-example 好久没更新了。。。