UseActionTestMutation
- useAction(testAction)
{ "status": "idle" }
RawTestMutation
Raw inline call testAction(....)
<form action=x
without any extras
Check the network tab and the server console to see that we called this. If you don not pass an input, it will fail validation and not reach the procedure.
<form>
with useAction
Check the console for the logger output.
<form>
with react-hook-form
(verbose)
Check the console for the logger output.
<form>
with react-hook-form
factory
This is a playground for an imaginary form abstraction