Svelte Radio Episode 70: View Transitions in SvelteKit and beyond
I returned to the Svelte Radio podcast a couple weeks ago to talk all about View Transitions and Svelte! We talked about:
- how the browser can handle page transitions now
- using SvelteKit's
onNavigate
lifecycle hook to trigger a view transition - how view transitions compare to Svelte's built-in transitions
You can listen to the episode on all major podcasting platforms. Here are some relevant links from the conversation:
- Jake Archibald's view transitions explainer
- the onNavigate lifecycle method
- sveltekit-view-transition, a library to make work with view transitions in SvelteKit easier
- my Svelte Summit talk on view transitions in Svelte
- everything I've written on view transitions
Want to find out when I post a new article? Follow me on Mastodon or Bluesky or subscribe to my RSS feed. I also have an email newsletter that I'll send out when I post something new, along with anything else I find interesting.
Previous Blog Post: Conditionally stream data in SvelteKit
Next Blog Post: Reading assets on the server in SvelteKit