https://github.com/prototeam/redux-with-domain
蚂蚁大数据部孵化出的一款企业级前端框架,适用于复杂的 SPA 场景。开箱即用,通过领域驱动的开发方式与运行时约束,让项目具备良好的可维护性。
https://github.com/prototeam/redux-with-domain
Last synced: about 1 year ago
JSON representation
蚂蚁大数据部孵化出的一款企业级前端框架,适用于复杂的 SPA 场景。开箱即用,通过领域驱动的开发方式与运行时约束,让项目具备良好的可维护性。
- Host: GitHub
- URL: https://github.com/prototeam/redux-with-domain
- Owner: ProtoTeam
- License: mit
- Created: 2020-07-31T03:39:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T06:16:07.000Z (over 4 years ago)
- Last Synced: 2024-09-22T01:23:18.231Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 9.57 MB
- Stars: 71
- Watchers: 4
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redux-with-domain

[](https://coveralls.io/github/ProtoTeam/redux-with-domain?branch=master)
[](https://www.npmjs.com/package/redux-with-domain)


--------------------
## 背景
一个从蚂蚁数据平台孵化出的前端 SPA 框架,她专为开发复杂 web 应用而生。
在蚂蚁内部,我们喜欢叫她 KOP(King Of Prediction),而在外部,我们将其命名为 redux-with-domain,这样更能见名知意一些。
## 设计理念
1. 领域驱动设计 [链接](https://github.com/ProtoTeam/redux-with-domain/wiki#%E9%A2%86%E5%9F%9F%E9%A9%B1%E5%8A%A8%E8%AE%BE%E8%AE%A1)
2. 状态分层 [链接](https://github.com/ProtoTeam/redux-with-domain/wiki#%E7%8A%B6%E6%80%81%E5%88%86%E5%B1%82)
## demos
基于 BI 为原型开发的 redux-with-domain 例子。演示了如何使用 redux-with-domain 解决复杂前端项目的架构问题。
[simple-BI](./examples/simple-BI)
## License
[MIT](https://tldrlegal.com/license/mit-license)