How to integrate submission result into form state #1213
Answered
by
crutchcorn
yanqiushi-mw
asked this question in
General
-
Say I am making an API call in |
Beta Was this translation helpful? Give feedback.
Answered by
crutchcorn
Mar 4, 2025
Replies: 1 comment
-
The suggested way to handle a server submission is the same way I'd suggest handling any other kind of async mutation: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crutchcorn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The suggested way to handle a server submission is the same way I'd suggest handling any other kind of async mutation:
useMutation
from TanStack Query