An open API service indexing awesome lists of open source software.

https://github.com/prototeam/redux-with-domain

蚂蚁大数据部孵化出的一款企业级前端框架,适用于复杂的 SPA 场景。开箱即用,通过领域驱动的开发方式与运行时约束,让项目具备良好的可维护性。
https://github.com/prototeam/redux-with-domain

Last synced: about 1 year ago
JSON representation

蚂蚁大数据部孵化出的一款企业级前端框架,适用于复杂的 SPA 场景。开箱即用,通过领域驱动的开发方式与运行时约束,让项目具备良好的可维护性。

Awesome Lists containing this project

README

          

# redux-with-domain

![CI](https://github.com/ProtoTeam/redux-with-domain/workflows/CI/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/ProtoTeam/redux-with-domain/badge.svg?branch=master)](https://coveralls.io/github/ProtoTeam/redux-with-domain?branch=master)
[![NPM Package](https://img.shields.io/npm/v/redux-with-domain.svg)](https://www.npmjs.com/package/redux-with-domain)

![](https://img.shields.io/badge/language-TypeScript-red.svg)
![](https://img.shields.io/badge/license-MIT-000000.svg)

--------------------

## 背景

一个从蚂蚁数据平台孵化出的前端 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)