How to check if form action (as server function) is running?
When setting a server function as
action attribute on form-element, is there any way to determine if the action is currently running (like with useActionState from React)?