relay-forms
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
- relay-forms: depends on relay-hooks, my OSS version of relay hooks
- 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
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