bodyno / react-starter-kit

Start your first React App. By using React, Redux, and React-Router.

Home Page:https://github.com/bodyno/react-starter-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-redux starter kit 替换选择

chungchiehlun opened this issue · comments

随着 create-react-app 渐渐成熟,一些入门套件都放弃维护(deprecated),像是 react-redux-starter-kit 也建议转到 create-react-app ,但把它展开后会发现其实只有 react 在内,也就是说每次使用的时候还需要配置 redux、react-router 等等,我习惯用 postcss 开发,这也需要另外配置。

因此我自己有改良了一套 chalet-starter-app ,有类似的指令可以快速把创建项目资料夹,像 create-react-app 一样不用配置 webpack、babel 等等,然后专案建起来后已经包含 redux、react-router、postcss 等等,可以快速应用到你的项目里。

目前还在完善功能,有任何建议都欢迎提出指教,谢谢。