Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 2.33 KB

README.md

File metadata and controls

39 lines (21 loc) · 2.33 KB

Build forms in React with Relay

This repository manages the three libraries to manage forms by exploiting the potential and stability of the relay store.

See full documentation here

Contributing

  • Give a star to the repository and share it, you will help the project and the people who will find it useful

  • Create issues, your questions are a valuable help

  • PRs are welcome, but it is always better to open the issue first so as to help me and other people evaluating it

  • Please sponsor me

Simple Example

See SimpleExample.md

useFormField

See useFormField.md

useForm

See useForm.md

useFormState

See useFormState.md

useFormValue

See useFormValue.md