Introduction
Aura UI components for React Router, with loader- and action-aware helpers built in.
The React Router package builds on the same blocks as React, wired for React Router's data APIs. SignIn and SignUp call useSignIn/useSignUp from @aura-stack/react-router, and redirectTo resolves through useNavigate — no extra routing glue required.
@aura-stack/react-router also exposes session helpers for use inside loaders and actions, so a route can require authentication before it ever renders, and a block can read the session on the client without duplicating config.