Hopefully and easy one - thanks in advance for the help 🙏
What's the recommended way to show a "loading" or "busy" state after the user submits a form to a route's action?
is it just a matter of building up an object showing state - e.g. { data, error, isBusy } - returning that in the action, and then using useActionData() to pull that into the component?