React-Redux-Enterprise企业级React-Redux样板项目

React-Redux 的企业级样板项目,比较适合想快速起步大型 Web 应用的朋友。配置还挺齐全的,基本把你需要的开发、测试、文档、格式化工具都打包好了。你不用从零折腾 webpack 或者配置 babel 了,开箱就能用。

React的组件结构加上Redux的数据流,再配上RxJS的异步,逻辑清晰,扩展性也不错。适合多人协作的大项目,模块清晰,各司其职。

eslintprettier这些代码格式化工具也整合进来了,提交前自动 lint 一遍,能帮你减少不少低级错误。测试用的是JestEnzyme,写测试不麻烦,维护成本也低。

哦对了,项目自带的esdoc文档生成也蛮方便,配合公司文档系统还能同步,开发文档、接口文档啥的一目了然。

如果你想做一个可维护性高、功能复杂的后台系统,比如管理平台、BI 系统、企业门户类项目,用这个样板起步是比较靠谱的。嫌繁琐?可以先看看是不是所有功能你都用得上。

顺带一提,想了解更多类似项目,也可以看看React SPA 样板react-cnode这些例子,风格和组件选择不太一样,但都有参考价值。

folder
React-Redux-Enterprise:适用于企业大型Web应用程序的React-Redux样板 预估大小:153个文件
file
.eslintrc 22KB
file
.babelrc 643B
file
index.html 11KB
file
source.html 22KB
file
identifiers.html 34KB
file
index.html 30KB
file
index.html 56KB
file
styleReset.js.html 9KB
file
index.js.html 10KB
file
action.js.html 9KB
file
manual.css 2KB
file
identifiers.css 634B
file
prettify-tomorrow.css 2KB
file
search.css 1KB
file
github.css 1KB
file
test.css 984B
file
source.css 950B
file
style.css 9KB
file
.gitignore 20B
file
.eslintignore 64B
zip 文件大小:1.49MB