npm run dev
- The previous loader calls don't get cancelled.
- How can we know when it's loading? Could we update our component to show a loader?
The routeAction$
from the Qwik city starter doesn't work but globalAction$
does.
It doesn't work well in stackblitz( this repo in stackblitz)
- `routeActions$ lead to CSRF errors.
useNavigate
andLink
do not change the url.