Developers
Getting Started
Core Guides
Quick Reference
Navigation
import { Routes, buildRoute } from '$lib/routes';
import { goto } from '$app/navigation';
// Static route
goto(Routes.APP_SURVEYS);
// Dynamic route
goto(buildRoute(Routes.APP_SURVEYS, surveyId));Svelte 5 Runes
Page Labels (Breadcrumbs)
Related Documentation
Last updated