Does wasp have similar hooks to useAction for the login and signup actions?
I have a custom hook that handles form validation and takes a function to call after validation is complete. It has loading and error states as well. Wasp actions and queries are all built around react-query, which handles the loading and error states internally. Is there something similar for login and signup actions from wasp auth?