Using useNavigate within client-only action/query
The docs says:
Does that include query/actions that only run on the client (don't use
If you are inside of a cache or action function you will instead [of useNavigate] want to use redirect or reload.
Does that include query/actions that only run on the client (don't use
"use server")?