Replies: 1 comment
-
I wonder the same. Especially compared to a solution like react-hook-form |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
What are situations where using actions makes more sense than making network calls in a component and vice versa?
Actions:
Within Component:
It appears that the main benefit to actions is that we abstract the network handling behind something that looks like HTML / HTTP vs doing the legwork ourselves. Is that correct?
Beta Was this translation helpful? Give feedback.
All reactions