Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hook dependencies support to useSubmit* hooks #36

Open
gaku-sei opened this issue Jan 18, 2021 · 0 comments
Open

Add hook dependencies support to useSubmit* hooks #36

gaku-sei opened this issue Jan 18, 2021 · 0 comments

Comments

@gaku-sei
Copy link
Contributor

gaku-sei commented Jan 18, 2021

Supports this:

Form.useOnSubmitSuccess1(
  ~form,
  (~values) => !disabled ? Js.log2("Success: ", values) : ignore,
  [disabled]
)

We should support the same kind of API as ReScript-Reason, but we can also use the any trick to make the api smaller.

@gaku-sei gaku-sei changed the title Add dependencies support to useSubmit* hooks Add hook dependencies support to useSubmit* hooks Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant