No Description

xiaowanzi fa0c92732d Featrue/devtool: add searchbox into feild tree (#896) 6 years ago
.github 33085e00a7 repair cl (#862) 6 years ago
docs 72619eca67 feat: update snapshot and layout test for nested grid (#894) 6 years ago
packages fa0c92732d Featrue/devtool: add searchbox into feild tree (#896) 6 years ago
scripts 3ea64169ce perf(core): improve validate perf (#755) 6 years ago
.all-contributorsrc 48c47c2946 feat(project): rename uform==>formily (#636) 6 years ago
.babelrc ed015137a1 v0.1.0-alpha.12 7 years ago
.editorconfig b46b496256 refactor(project): first commit 7 years ago
.eslintignore 05ced41203 import on demand (#210) 6 years ago
.eslintrc 60c8bd57df [V1 UMBRELLA] (#346) 6 years ago
.gitignore c930e27d9d fix(next/components): incorrect size #884 (#885) 6 years ago
.npmrc b46b496256 refactor(project): first commit 7 years ago
.prettierrc.js 97caa9cda1 chore: remove tslint and use typescript-eslint (#159) 7 years ago
.travis.yml a2f7f33dca improve docs and bugfix (#655) 6 years ago
LICENSE.md 1968d1f3ea refactor(project): LESENCE.md ==> LICENSE.md 7 years ago
README.md 56ef8829cb fix: readme typo (#785) 6 years ago
README.zh-cn.md cb7f095dcb docs: formatted with prettier (#768) 6 years ago
babel.config.js e8a902132a refactor(project): add test scripts 7 years ago
jest.config.js e0ae0fb8a8 feat(@uform/core): support display of fieldState (#166) 7 years ago
lerna.json a2f7f33dca improve docs and bugfix (#655) 6 years ago
package.json 66c265eba3 Feat(core): Redesign (#886) 6 years ago
tsconfig.build.json 05ced41203 import on demand (#210) 6 years ago
tsconfig.jest.json 0f1ea6e7dc refactor(project): improve build flow 7 years ago
tsconfig.json 66c265eba3 Feat(core): Redesign (#886) 6 years ago

README.md

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

Contributors

This project exists thanks to all the people who contribute.

LICENSE

Formily is open source software licensed as MIT.