Когда использовать
Implement a website with multiple addressable pages.
Решения для реализации
- Map content entities to stable URLs and keep list/detail pages separate.
- Place shared navigation and providers in layout boundaries.
- Use query parameters for shareable filter state and validate unknown values.
- Provide unique metadata, a useful 404 and direct links to nested routes.
Как проверить результат
- Refreshing a nested route works.
- Back/forward restore route and filter state.
- Every page has a meaningful title.
Работающий пример
VIEW TRANSITION API