Navigating Between Pages
Regular HTML anchors!
Great news: If you know about the HTML anchor element, a
, you know how to navigate between pages in SvelteKit! 🎉
Although we may want to discuss preloading.
The View Transitions API
Clicking links and navigating to other routes is the classic web journey. But what if we could invoke that “app-like” feel that delights users?
Great news on that front as well, the View Transitions API is easy to use with SvelteKit!