LiveView vs. Astro 3.0

I noticed Astro’s announcement about view transitions saying that “historically this has only been possible in Single Page Applications (SPAs)” and the browser support now makes it possible between pages. Doesn’t that mean a LiveView app should be able to achieve similar results for live_patch and live_redirect without these APIs? Maybe with something like: How to Add Enter and Exit Page Transitions in NextJS by using TailwindCSS | ReactHustle

1 Like

I wouldn’t even add any polyfill. Would go the progressive enhancement route and just check for browser support when calling the API.

2 Likes