Svelte Radio Episode 70: View Transitions in SvelteKit and beyond

— 1 minute read

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:

Want to find out when I post a new article? Follow me on Mastodon or Twitter 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