Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alibaba/formily
๐ฑ๐ ๐งฉ Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3
https://github.com/alibaba/formily
ant-design designable form form-builder fusion json-schema json-schema-form low-code no-code observable react react-form react-native reactive schema-form validator vue vue-form vue3
Last synced: 2 days ago
JSON representation
๐ฑ๐ ๐งฉ Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3
- Host: GitHub
- URL: https://github.com/alibaba/formily
- Owner: alibaba
- License: mit
- Created: 2019-01-09T02:11:45.000Z (almost 6 years ago)
- Default Branch: formily_next
- Last Pushed: 2024-10-29T19:59:51.000Z (5 days ago)
- Last Synced: 2024-10-29T22:12:28.005Z (5 days ago)
- Topics: ant-design, designable, form, form-builder, fusion, json-schema, json-schema-form, low-code, no-code, observable, react, react-form, react-native, reactive, schema-form, validator, vue, vue-form, vue3
- Language: TypeScript
- Homepage: https://formilyjs.org/
- Size: 27.4 MB
- Stars: 11,402
- Watchers: 171
- Forks: 1,486
- Open Issues: 92
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-react-cn - formily - Alibaba Group Unified Form Solution (Uncategorized / Uncategorized)
- awesome - alibaba/formily - ๐ฑ๐ ๐งฉ Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3 (TypeScript)
- awesome-react-components - Formily - High performance, extensible, and Typescript friendly (Code Design / Form Logic)
- awesome-react - formily - High performance, extensible, and Typescript friendly. ![](https://img.shields.io/github/stars/alibaba/formily.svg?style=social&label=Star) (UI Components / Form Components)
- awesome-learning-resources - formily - Alibaba Group Unified Form Solution (Uncategorized / Uncategorized)
- awesome - alibaba/formily - - Support React/ReactNative/Vue2/Vue3 (React / Form)
- awesome-react-components - Formily - High performance, extensible, and Typescript friendly (Code Design / Form Logic)
- fucking-awesome-react-components - Formily - High performance, extensible, and Typescript friendly (Code Design / Form Logic)
- awesome-lesscode - formily - commit/alibaba/formily?label=%E6%9C%80%E5%90%8E%E6%9B%B4%E6%96%B0%E6%97%B6%E9%97%B4) (็ฒพ้ LessCode ้กน็ฎ)
- awesome-react - formily - Alibaba Group Unified Form Solution -- Support React/Vue2/Vue3 ` ๐ 2 days ago` (React [๐](#readme))
- awesome-react - formily - Alibaba Group Unified Form Solution (**Awesome React** [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / React)
- awesome-react-native - formily - High performance, extensible, and Typescript friendly. ![](https://img.shields.io/github/stars/alibaba/formily.svg?style=social&label=Star) (Components / Forms)
- awesome - alibaba/formily - ๐ฑ๐ ๐งฉ Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3 (TypeScript)
- awesome-nodejs - formily - ้ฟ้ๅทดๅทด็ปไธๅ็ซฏ่กจๅ่งฃๅณๆนๆก (Uncategorized / Uncategorized)
README
English | [็ฎไฝไธญๆ](./README.zh-cn.md)
---
## Background
In React, the whole tree rendering performance problem of the form is very obvious in the controlled mode. Especially for the scene of data linkage, it is easy to cause the page to be stuck. To solve this problem, we have distributed the management of the state of each form field, which significantly improves the performance of the form operations. At the same time, we deeply integrate the JSON Schema protocol to help you solve the problem of back-end driven form rendering quickly.
## Features
- ๐ผ Designable, You can quickly develop forms at low cost through [Form Builder](https://designable-antd.formilyjs.org/).
- ๐ High performance, fields managed independently, rather rerender the whole tree.
- ๐ก Integrated Alibaba Fusion and Ant Design components are guaranteed to work out of the box.
- ๐จ JSON Schema applied for BackEnd. JSchema applied for FrontEnd. Two paradigms can be converted to each other.
- ๐ Side effects are managed independently, making form data linkages easier than ever before.
- ๐ฏ Override most complicated form layout use cases.## Form Builder
![https://designable-antd.formilyjs.org/](https://img.alicdn.com/imgextra/i3/O1CN01xAJj1y1wcGzXYc1Uq_!!6000000006328-2-tps-2980-1740.png)
## WebSite
2.0
https://formilyjs.org
1.0
https://v1.formilyjs.org
## Community
- [formilyjs](https://github.com/formilyjs)
- [designable](https://github.com/alibaba/designable)
- [icejs](https://github.com/alibaba/ice)## How to contribute?
- [Contribute document](https://formilyjs.org/zh-CN/guide/contribution)
## Contributors
This project exists thanks to all the people who contribute.
## LICENSE
Formily is open source software licensed as
[MIT](https://github.com/alibaba/formily/blob/master/LICENSE.md).