#ProtectedRoute with a redirect using @solidjs/router
3 messages · Page 1 of 1 (latest)
You could make use of the Navigate component maybe
https://github.com/solidjs/solid-router/tree/main#the-navigate-component
Or check onMount if the user exists and call navigate from useNavigate to reroute them