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
Build forms in React, without the tears ๐ญ [Moved to: https://github.com/jaredpalmer/formik] -
react-hook-form
๐ React Hooks for form state management and validation (Web + React Native) -
react-jsonschema-form
A React component for building Web forms from JSON Schema. -
redux-form
A Higher Order Component using react-redux to keep form state in a Redux store -
react-final-form
๐ High performance subscription-based form state management for React -
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. -
JSONForms
Customizable JSON Schema-based forms with React, Angular and Vue support out of the box. -
winterfell
Generate complex, validated and extendable JSON-based forms in React. -
react-validation-mixin
Simple validation mixin (HoC) for React. -
formcat
A simple and easy way to control forms in React using the React Context API -
Table of Contents
forml - extensible react json schema form generator -
react-client-validation
Simple and super lightweight validation for React. -
@mozartspa/mobx-react
High performance, hook-based forms library for React, powered by MobX.
AWS Cloud-aware infrastructure-from-code toolbox [NEW]
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.