Skip to main content

useNavigateWithTransition

The useNavigateWithTransition hook provides programmatic navigation with smooth view transitions support. It wraps React Router's useNavigate hook with CSS View Transitions API integration, enabling app-like page transitions when the browser supports it. Falls back gracefully to standard navigation on unsupported browsers.


Was this page helpful?