uform

⚡React High Performance Form Solution For Enterprise.

Github stars Tracking Chart

English, 简体中文


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

  • ? 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.

Install

Use Ant Design:

npm install --save antd @formily/antd @formily/antd-components

Use Fusion Design:

npm install --save @alifd/next @formily/next @formily/next-components

Use formily react render engine pacakge:

npm install --save @formily/react-schema-renderer

Use formily react package:

npm install --save @formily/react

Use formily core package:

npm install --save @formily/core

Architecture

WebSite

https://formilyjs.org

Documents

Demo

codesandbox

Community, Online Chat Room, 微信, 钉钉, ------------------------------------------------------------, ------------------------------------------------------------, ----, gitter.im, , , ## Contributors

This project exists thanks to all the people who contribute.

LICENSE

Formily is open source software licensed as
MIT.

Overview

Name With Owneralibaba/formily
Primary LanguageTypeScript
Program languageJavaScript (Language Count: 7)
Platform
License:MIT License
Release Count236
Last Release Namev2.3.1 (Posted on 2023-12-18 10:46:22)
First Release Namev0.0.6 (Posted on 2019-02-21 21:34:20)
Created At2019-01-09 02:11:45
Pushed At2024-04-02 07:16:03
Last Commit At2022-04-25 12:46:49
Stargazers Count10.8k
Watchers Count169
Fork Count1.4k
Commits Count3.1k
Has Issues Enabled
Issues Count1220
Issue Open Count51
Pull Requests Count1209
Pull Requests Open Count13
Pull Requests Close Count220
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top