Build a path string from a route and params. Replaces :param segments with actual values and appends search params.
Get the current matched route.
Go forward in history.
Create a Navigation service for a router.
Create a Layer that provides Navigation for a router.
Get the current pathname.
Navigate to a path.
Navigate to a route with type-safe params.
Navigate to a path, replacing current history entry.
Navigate to a route, replacing current history entry, with type-safe params.
Get the current search params.
Go back in history.