Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/morrys/relay-forms
Browse files Browse the repository at this point in the history
  • Loading branch information
morrys committed Jan 31, 2023
2 parents 3141c97 + 3f71113 commit 7689729
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

* To try the other libraries, edit the imports inside the index.tsx file.

## relay-forms
### relay-forms

```ts
//import App from './AppNoDeps';
Expand All @@ -16,7 +16,7 @@ import App from './AppRelayForms';
export { useFormSetValue, useFormSubmit, useFormState, useFormValue } from './AppRelayForms';
```

## react-relay-forms
### react-relay-forms

```ts
//import App from './AppNoDeps';
Expand All @@ -27,7 +27,7 @@ export { useFormSetValue, useFormSubmit, useFormState, useFormValue } from './Ap
//export { useFormSetValue, useFormSubmit, useFormState, useFormValue } from './AppRelayForms';
```

## relay-forms-nodeps
### relay-forms-nodeps

```ts
import App from './AppNoDeps';
Expand All @@ -36,4 +36,4 @@ export { useFormSetValue, useFormSubmit, useFormState, useFormValue } from './Ap
//export { useFormSetValue, useFormSubmit, useFormState, useFormValue } from './AppReactRelayForms';
//import App from './AppRelayForms';
//export { useFormSetValue, useFormSubmit, useFormState, useFormValue } from './AppRelayForms';
```
```

0 comments on commit 7689729

Please sign in to comment.