Router (@react-just/router
)
Components
Link
Wrapper around anchor element that enables client-side navigation without full page reloads.
Route
Specifies which component to render for a given route path.
Router
The root component that handles routing for your application.
Hooks
useNavigate
Programmatically controls navigation. A wrapper around the History API.
useParams
Access the parameters of the current matched route.
usePathname
Access the current location pathname.
useSearchParams
Access the search parameters of the current location as a URLSearchParams object.