Async Hooks #778
chris-schra
started this conversation in
Feature Requests & Ideas
Async Hooks
#778
Replies: 1 comment 1 reply
-
Currently, all hooks, including field hooks, support async. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Imagine fetching some external data to add within an afterChange hook. Right now it looks like the hook as to be synchronous, but fetch etc. will always be async.
Does it make sense to allow async hooks at least for fields?
Beta Was this translation helpful? Give feedback.
All reactions