pieterv / react-forms

Forms library for React.

Home Page:http://prometheusresearch.github.io/react-forms/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Forms

React Forms library provides a set of tools for React to handle form rendering and validation.

It provides a schema language to define form structure and validation and a set of form components to render schemas into UI.

Data flow between React Forms components provides strong immutability guarantees. Form state accessible from a single location and can be snapshoted with almost no overhead.

Almost every aspect of React Forms is designed to be extendable. It is easy to customize the behaviour of the existing components or create completely new ones.

See documentation for more information on how to use React Forms.

Credits

React Forms is free software created by Prometheus Research, LLC and is released under the MIT license.

About

Forms library for React.

http://prometheusresearch.github.io/react-forms/

License:MIT License