relay-forms icon indicating copy to clipboard operation
relay-forms copied to clipboard

Build forms in React with Relay

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.

  • react-relay-forms: it has the official react-relay dependency npm npm downloads npm bundle size
  • relay-forms: depends on relay-hooks, my OSS version of relay hooks npm npm downloads npm bundle size
  • relay-forms-nodeps: it has no dependencies, I only brought the relay functions needed to manage the store into the library, doing a careful cleaning to optimize the bundle size npm npm downloads npm bundle size

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