Formily alternatives and similar libraries
Based on the "Form Logic" category.
Alternatively, view formily alternatives based on common mentions on social networks and blogs.
-
formik
DISCONTINUED. Build forms in React, without the tears ๐ญ [Moved to: https://github.com/jaredpalmer/formik] -
surveyjs
Free Open-Source JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout that lets you load and run multiple web forms, or build your own self-hosted form management system, retaining all sensitive data on your servers. You have total freedom of choice as to the backend, because any server + database combination is fully compatible.
Civic Auth - Auth in Less Than 5 Minutes

Do you think we are missing an alternative of Formily or a related project?
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.
- ๐ 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
WebSite
2.0
1.0
Community
How to contribute?
Contributors
This project exists thanks to all the people who contribute.
LICENSE
Formily is open source software licensed as MIT.
*Note that all licence references and agreements mentioned in the Formily README section above
are relevant to that project's source code only.