Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3
The text discusses how Formily, a tool in React, improves the performance of form operations by distributing the management of each form field’s state. It integrates the JSON Schema protocol to render forms efficiently and effectively.
To install Formily, follow these steps:
npm install @formily/core
npm install @formily/antd
import { createForm } from '@formily/core';
Formily in React addresses the rendering performance issue in form operations by managing each form field’s state independently. It supports JSON Schema for efficient form rendering and offers seamless integration with Alibaba Fusion and Ant Design components. Moreover, it allows easy customization of form layouts and simplifies data linkages for improved user experience.