Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alibaba/alist
Alibaba Group Unified List Solution.
https://github.com/alibaba/alist
form list react
Last synced: about 2 months ago
JSON representation
Alibaba Group Unified List Solution.
- Host: GitHub
- URL: https://github.com/alibaba/alist
- Owner: alibaba
- License: mit
- Created: 2018-05-16T05:56:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T20:49:02.000Z (over 1 year ago)
- Last Synced: 2024-09-06T13:11:15.659Z (4 months ago)
- Topics: form, list, react
- Language: TypeScript
- Homepage: https://alist.wiki
- Size: 61.6 MB
- Stars: 978
- Watchers: 55
- Forks: 93
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Awesome-GitHub-Repo - noForm - 基于React的表单解决方案。[<img src="https://tva1.sinaimg.cn/large/008i3skNly1gxlhtmg11mj305k05k746.jpg" alt="微信" width="18px" height="18px" />](https://mp.weixin.qq.com/s?__biz=MzUxNjg4NDEzNA%3D%3D&chksm=f9a22984ced5a092b79362bb18932e8895ed01dba198513522bf50bec33c1458dd29805bd4da&idx=1&mid=2247498317&scene=21&sn=8d67a6067e8a30d2bc6548c3756621ad#wechat_redirect) (大厂开源 / 阿里开源)
README
# AList
## 备注
原有体系下的 NoForm 将不再更新,目前版本仍可继续运行并持续维护。表单场景,推荐使用 [Formily](https://github.com/alibaba/formily)
## 背景
列表是中后台的入口场景,需求的量级与表单相同,但是对于效率和性能的体验则没有那么高,相对来说可定制性和拓展性也相对比较规范。
在 Fusion/Ant-Design 的 Table 已经成为业界事实标准的情况下,且 [Formily](https://github.com/alibaba/formily) 表单方案作为搜索区域的不二之选时,通过对这些方案的整合,可以快速实现标准化的列表场景。同时AList支持 `JSON Schema` 协议渲染,可通过数据驱动快速开发。
## 特性
🚀 内置Formily作为搜索区域方案,性能及功能强大
💡 支持 Ant Design/Fusion Next 组件体系
🎨 支持JSON Schema 数据驱动方案
🏅 副作用逻辑独立管理,涵盖各种复杂联动校验逻辑
🌯 支持各种复杂布局方案
## 安装
使用 Ant Design:
```shell
npm install --save antd @alist/antd
```使用 Fusion Design:
```shell
npm install --save @alifd/next @alist/next
```## 文档
https://alist.wiki/
## LICENSE
AList is open source software licensed as MIT.