How to get a return value from a route action #11818
Unanswered
miguelisidoro
asked this question in
Q&A
Replies: 1 comment
-
Problem solved.
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi,
I have the following code:
React component - submits to a route using fetcher.submit:
Route - has an action method that receives the call from the component and returns a response.
How can I get the response returned by the action in my React component?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions