English | 简体中文
UForm - a high-performance React form solution for handling complicated enterprise requirements.
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.
- 🚀 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.
Use Ant Design:
npm install --save antd @uform/antd
Use Fusion Design:
npm install --save @alifd/next @uform/next
Use uform react render engine pacakge:
npm install --save @uform/react-schema-renderer
Use uform react package:
npm install --save @uform/react
Use uform core package:
npm install --save @uform/core
https://uformjs.org (0.x)
https://uform-next.netlify.com (1.x)
Online Chat Room | 微信 | 钉钉 |
---|---|---|
gitter.im |
This project exists thanks to all the people who contribute.
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
UForm is open source software licensed as MIT.