# view transitions

Published articles for view transitions.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Using modern-web-types to add newer web API types to TypeScript

DevFeed: [Using modern-web-types to add newer web API types to TypeScript](<https://devfeed.tech/articles/modern-web-types-29516.md>)

Original publisher: [Read original article](<https://philipwalton.com/articles/modern-web-types/>)

Published: 2026-09-14T07:22:45Z

Content type: tutorial

Language: en

Sources: [Philip Walton](<https://devfeed.tech/sources/philip-walton.md>)

Topics: [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Web](<https://devfeed.tech/topics/web.md>), [Code](<https://devfeed.tech/topics/code.md>), [Library](<https://devfeed.tech/topics/library.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [view transitions](<https://devfeed.tech/topics/view-transitions.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [libraries](<https://devfeed.tech/tags/libraries.md>), [library](<https://devfeed.tech/tags/library.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

The article explains why TypeScript reports errors for newer web APIs that are available in Chrome: its built-in web API libraries require support from at least two browser engines. It introduces modern-web-types, a drop-in replacement using a single-engine support threshold, and describes how to install it for web and worker projects.

### Source excerpt

If you've ever written code against a new web API in TypeScript, you've probably seen an error telling you the thing you're using doesn't exist. Turns out, TypeScript intentionally doesn't support all new APIs, but there's an easy fix.

## React 19.3

DevFeed: [React 19.3](<https://devfeed.tech/articles/react-19-3-2998.md>)

Original publisher: [Read original article](<https://react.dev/blog/2026/09/09/react-19-3>)

Author: The React Team

Published: 2026-09-09T00:00:00Z

Content type: release

Language: en

Sources: [React Blog](<https://devfeed.tech/sources/react-blog.md>)

Topics: [React UI animations](<https://devfeed.tech/topics/react-ui-animations.md>), [web animation](<https://devfeed.tech/topics/web-animation.md>), [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [Web platform](<https://devfeed.tech/topics/web-platform.md>)

Tags: [animation](<https://devfeed.tech/tags/animation.md>), [api](<https://devfeed.tech/tags/api.md>), [browser](<https://devfeed.tech/tags/browser.md>), [css](<https://devfeed.tech/tags/css.md>), [react](<https://devfeed.tech/tags/react.md>), [release](<https://devfeed.tech/tags/release.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>)

### AI overview

React 19.3 stabilizes View Transitions and Fragment Refs. The article focuses on using View Transitions to animate UI updates, with CSS and Web Animations API customization options.

### Source excerpt

React 19.3 adds new features like View Transitions, Fragment Refs, browser(), Trusted Types, and more.

## CSS Navigation Matching, Early Days

DevFeed: [CSS Navigation Matching, Early Days](<https://devfeed.tech/articles/css-navigation-matching-early-days-4259.md>)

Original publisher: [Read original article](<https://css-tricks.com/css-navigation-matching-early-days/>)

Author: Geoff Graham

Published: 2026-08-19T14:44:41Z

Content type: article

Language: en

Sources: [CSS-Tricks](<https://devfeed.tech/sources/css-tricks.md>)

Topics: [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [articles](<https://devfeed.tech/tags/articles.md>), [css](<https://devfeed.tech/tags/css.md>), [css-navigation](<https://devfeed.tech/tags/css-navigation.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>)

### AI overview

An early look at CSS Navigation Matching for declaratively styling cross-document view transitions based on navigation routes and URL patterns.

### Source excerpt

Apply a style when someone navigates from one specific page to another. The idea being it'd make the sources for cross-document view transitions declarative in CSS rather than managing that stuff in JavaScript. CSS Navigation Matching, Early Days originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.

## New to the web platform in April

DevFeed: [New to the web platform in April](<https://devfeed.tech/articles/new-to-the-web-platform-in-april-4173.md>)

Original publisher: [Read original article](<https://web.dev/blog/web-platform-04-2026?hl=en>)

Author: Rachel Andrew GitHub LinkedIn Mastodon Bluesky Homepage

Published: 2026-04-24T07:00:00Z

Content type: news

Language: en

Sources: [web.dev: Blog](<https://devfeed.tech/sources/web-dev-blog.md>)

Topics: [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [aria](<https://devfeed.tech/tags/aria.md>), [browsers](<https://devfeed.tech/tags/browsers.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [css](<https://devfeed.tech/tags/css.md>), [firefox](<https://devfeed.tech/tags/firefox.md>), [images](<https://devfeed.tech/tags/images.md>), [json](<https://devfeed.tech/tags/json.md>), [releases](<https://devfeed.tech/tags/releases.md>), [svg](<https://devfeed.tech/tags/svg.md>), [video](<https://devfeed.tech/tags/video.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>), [web-platform](<https://devfeed.tech/tags/web-platform.md>)

### AI overview

A monthly roundup of stable and beta browser features, covering Chrome 147, Firefox 150, and previews in Chrome 148, Firefox 151, and Safari 26.5.

### Source excerpt

Discover some of the interesting features that have landed in stable and beta web browsers during April 2026.

## Astro 6.1

DevFeed: [Astro 6.1](<https://devfeed.tech/articles/astro-6-1-3256.md>)

Original publisher: [Read original article](<https://astro.build/blog/astro-610/>)

Author: Fred Schott

Published: 2026-03-26T00:00:00Z

Content type: release

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [Compression](<https://devfeed.tech/topics/compression.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Internationalization (i18n)](<https://devfeed.tech/topics/i18n.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [view transitions](<https://devfeed.tech/topics/view-transitions.md>), [browser](<https://devfeed.tech/topics/browser.md>), [iOS](<https://devfeed.tech/topics/ios.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [browser](<https://devfeed.tech/tags/browser.md>), [compression](<https://devfeed.tech/tags/compression.md>), [content](<https://devfeed.tech/tags/content.md>), [global](<https://devfeed.tech/tags/global.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [ios](<https://devfeed.tech/tags/ios.md>), [release](<https://devfeed.tech/tags/release.md>), [routing](<https://devfeed.tech/tags/routing.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>)

### AI overview

Astro 6.1 adds codec-specific global image defaults for Sharp, advanced SmartyPants configuration, and i18n fallback route access for integrations. It also improves mobile view transitions by avoiding duplicate animations when the browser supplies its own transition.

### Source excerpt

Astro 6.1 introduces codec-specific Sharp image defaults, advanced SmartyPants configuration, and i18n fallback routes for integrations.

## Launching Interop 2026

DevFeed: [Launching Interop 2026](<https://devfeed.tech/articles/launching-interop-2026-4147.md>)

Original publisher: [Read original article](<https://hacks.mozilla.org/2026/02/launching-interop-2026/>)

Author: Jake Archibald

Published: 2026-02-12T17:07:24Z

Content type: article

Language: en

Sources: [Mozilla Hacks - the Web developer blog](<https://devfeed.tech/sources/mozilla-hacks-the-web-developer-blog.md>)

Topics: [Web](<https://devfeed.tech/topics/web.md>), [Web platform](<https://devfeed.tech/topics/web-platform.md>), [web-standards](<https://devfeed.tech/topics/web-standards.md>), [browsers](<https://devfeed.tech/topics/browsers.md>), [Test coverage](<https://devfeed.tech/topics/coverage.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [WebRTC](<https://devfeed.tech/topics/webrtc.md>), [view transitions](<https://devfeed.tech/topics/view-transitions.md>), [CSS](<https://devfeed.tech/topics/css.md>)

Tags: [apple](<https://devfeed.tech/tags/apple.md>), [browser](<https://devfeed.tech/tags/browser.md>), [css](<https://devfeed.tech/tags/css.md>), [featured-article](<https://devfeed.tech/tags/featured-article.md>), [firefox](<https://devfeed.tech/tags/firefox.md>), [google](<https://devfeed.tech/tags/google.md>), [interop](<https://devfeed.tech/tags/interop.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [mozilla](<https://devfeed.tech/tags/mozilla.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>), [web](<https://devfeed.tech/tags/web.md>), [web-developers](<https://devfeed.tech/tags/web-developers.md>), [web-platform](<https://devfeed.tech/tags/web-platform.md>), [webrtc](<https://devfeed.tech/tags/webrtc.md>)

### AI overview

Mozilla's Interop Project is launching Interop 2026, continuing its cross-browser effort to improve web compatibility through shared priorities and Web Platform Tests. The article reviews Interop 2025's progress, including higher overall scores, broader cross-browser support for major web platform features, and improved reliability for existing features such as WebRTC, CSS Flexbox, and CSS Grid.

### Source excerpt

The Interop Project is a cross-browser initiative to improve web compatibility in areas that offer the most benefit to both users and developers. The group, including Apple, Google, Igalia, Microsoft, and Mozilla, takes proposals of features that are well defined in a sufficiently stable web standard, and have good test suite coverage. Then, we come [...] The post Launching Interop 2026 appeared first on Mozilla Hacks - the Web developer blog.

## Interop 2026: Continuing to improve the web for developers

DevFeed: [Interop 2026: Continuing to improve the web for developers](<https://devfeed.tech/articles/interop-2026-continuing-to-improve-the-web-for-developers-4170.md>)

Original publisher: [Read original article](<https://web.dev/blog/interop-2026?hl=en>)

Author: Rachel Andrew GitHub LinkedIn Mastodon Bluesky Homepage

Published: 2026-02-12T08:00:00Z

Content type: article

Language: en

Sources: [web.dev: Blog](<https://devfeed.tech/sources/web-dev-blog.md>)

Topics: [Web platform](<https://devfeed.tech/topics/web-platform.md>), [interoperability](<https://devfeed.tech/topics/interoperability.md>), [web-standards](<https://devfeed.tech/topics/web-standards.md>), [CSS](<https://devfeed.tech/topics/css.md>), [dialog](<https://devfeed.tech/topics/dialog.md>), [view transitions](<https://devfeed.tech/topics/view-transitions.md>), [browsers](<https://devfeed.tech/topics/browsers.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [browsers](<https://devfeed.tech/tags/browsers.md>), [css](<https://devfeed.tech/tags/css.md>), [developers](<https://devfeed.tech/tags/developers.md>), [dialog](<https://devfeed.tech/tags/dialog.md>), [interop](<https://devfeed.tech/tags/interop.md>), [interoperability](<https://devfeed.tech/tags/interoperability.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>), [web](<https://devfeed.tech/tags/web.md>), [web-platform](<https://devfeed.tech/tags/web-platform.md>)

### AI overview

Interop 2026 is an effort by browser-engine contributors to improve web-platform interoperability. It focuses on high-priority issues for web developers and users, including anchor positioning, container style queries, dialogs and popovers, scroll-driven animations, and view transitions.

### Source excerpt

Learn about the features included in Interop 2026.

## Astro 5.15

DevFeed: [Astro 5.15](<https://devfeed.tech/articles/astro-5-15-3231.md>)

Original publisher: [Read original article](<https://astro.build/blog/astro-5150/>)

Author: Matthew Phillips

Published: 2025-10-23T00:00:00Z

Content type: release

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [Netlify](<https://devfeed.tech/topics/netlify.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [apis](<https://devfeed.tech/tags/apis.md>), [astro](<https://devfeed.tech/tags/astro.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [netlify](<https://devfeed.tech/tags/netlify.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>)

### AI overview

Astro 5.15 adds automatic Netlify skew protection, granular font preload filtering, and new adapter APIs for customizing headers and assets. The release also includes improvements to deployment upgrades and extends reliable skew protection to Vercel when enabled.

### Source excerpt

Astro 5.15 introduces Netlify skew protection, granular font preload filtering, and new adapter APIs for customizing fetch headers and assets.

## A beginner-friendly guide to view transitions in CSS

DevFeed: [A beginner-friendly guide to view transitions in CSS](<https://devfeed.tech/articles/a-beginner-friendly-guide-to-view-transitions-in-css-4122.md>)

Original publisher: [Read original article](<https://developer.mozilla.org/en-US/blog/view-transitions-beginner-guide/>)

Author: yash-raj-bharti

Published: 2025-10-09T00:00:00Z

Content type: tutorial

Language: en

Sources: [MDN Blog](<https://devfeed.tech/sources/mdn-blog.md>)

Topics: [view transitions](<https://devfeed.tech/topics/view-transitions.md>), [CSS](<https://devfeed.tech/topics/css.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [browser](<https://devfeed.tech/topics/browser.md>), [Single-page application (SPA)](<https://devfeed.tech/topics/spa.md>)

Tags: [beginner](<https://devfeed.tech/tags/beginner.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [css](<https://devfeed.tech/tags/css.md>), [edge](<https://devfeed.tech/tags/edge.md>), [firefox](<https://devfeed.tech/tags/firefox.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [navigation](<https://devfeed.tech/tags/navigation.md>), [safari](<https://devfeed.tech/tags/safari.md>), [user-experience](<https://devfeed.tech/tags/user-experience.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>), [web-development](<https://devfeed.tech/tags/web-development.md>)

### AI overview

A beginner-friendly tutorial on using CSS view transitions to add smooth animated navigation between pages in multi-page applications. It explains how the View Transition API and CSS view transitions support progressive enhancement across modern browsers, including Chrome, Edge, Safari, and developing Firefox support.

### Source excerpt

Learn how to bring smooth, animated navigation to multi-page apps with view transitions. With just one line of CSS, you can enable seamless transitions between pages.

## React Labs: View Transitions, Activity, and more

DevFeed: [React Labs: View Transitions, Activity, and more](<https://devfeed.tech/articles/react-labs-view-transitions-activity-and-more-2986.md>)

Original publisher: [Read original article](<https://react.dev/blog/2025/04/23/react-labs-view-transitions-activity-and-more>)

Author: Ricky Hanlon

Published: 2025-04-23T00:00:00Z

Content type: article

Language: en

Sources: [React Blog](<https://devfeed.tech/sources/react-blog.md>)

Topics: [React](<https://devfeed.tech/topics/react.md>), [view transitions](<https://devfeed.tech/topics/view-transitions.md>), [Development](<https://devfeed.tech/topics/development.md>), [ui](<https://devfeed.tech/topics/ui.md>), [CSS animations](<https://devfeed.tech/topics/css-animations.md>), [browser](<https://devfeed.tech/topics/browser.md>)

Tags: [css](<https://devfeed.tech/tags/css.md>), [css-animations](<https://devfeed.tech/tags/css-animations.md>), [development](<https://devfeed.tech/tags/development.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [react](<https://devfeed.tech/tags/react.md>), [ui](<https://devfeed.tech/tags/ui.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>)

### AI overview

A React Labs article introduces experimental View Transitions and Activity features. It explains how React can declaratively animate UI transitions using browser View Transition APIs, CSS animations, and triggers such as navigation, state updates, and content switching.

### Source excerpt

In React Labs posts, we write about projects in active research and development. In this post, we're sharing two new experimental features that are ready to try today, and updates on other areas we're working on now.

## Next.js 15.2

DevFeed: [Next.js 15.2](<https://devfeed.tech/articles/next-js-15-2-3198.md>)

Original publisher: [Read original article](<https://nextjs.org/blog/next-15-2>)

Author: Zack Tanner

Published: 2025-02-26T20:00:00Z

Content type: release

Language: en

Sources: [Next.js Blog](<https://devfeed.tech/sources/next-js-blog.md>)

Topics: [Next.js](<https://devfeed.tech/topics/next-js.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [React](<https://devfeed.tech/topics/react.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [view transitions](<https://devfeed.tech/topics/view-transitions.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [compilation](<https://devfeed.tech/tags/compilation.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [errors](<https://devfeed.tech/tags/errors.md>), [memory](<https://devfeed.tech/tags/memory.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [performance](<https://devfeed.tech/tags/performance.md>), [react](<https://devfeed.tech/tags/react.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [updates](<https://devfeed.tech/tags/updates.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>)

### AI overview

Next.js 15.2 introduces a redesigned error interface with improved stack traces, asynchronous streaming metadata, Turbopack performance improvements, experimental React View Transitions support, and experimental Node.js Middleware runtime support.

### Source excerpt

Next.js 15.2 includes updates for debugging errors, metadata, Turbopack, and more.

## Launching Interop 2025

DevFeed: [Launching Interop 2025](<https://devfeed.tech/articles/launching-interop-2025-4142.md>)

Original publisher: [Read original article](<https://hacks.mozilla.org/2025/02/interop-2025/>)

Author: James Graham

Published: 2025-02-13T16:59:13Z

Content type: article

Language: en

Sources: [Mozilla Hacks - the Web developer blog](<https://devfeed.tech/sources/mozilla-hacks-the-web-developer-blog.md>)

Topics: [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [browsers](<https://devfeed.tech/tags/browsers.md>), [css](<https://devfeed.tech/tags/css.md>), [featured-article](<https://devfeed.tech/tags/featured-article.md>), [firefox](<https://devfeed.tech/tags/firefox.md>), [interop](<https://devfeed.tech/tags/interop.md>), [interoperability](<https://devfeed.tech/tags/interoperability.md>), [storage](<https://devfeed.tech/tags/storage.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>), [web](<https://devfeed.tech/tags/web.md>), [web-developers](<https://devfeed.tech/tags/web-developers.md>), [web-platform](<https://devfeed.tech/tags/web-platform.md>), [webrtc](<https://devfeed.tech/tags/webrtc.md>), [zoom](<https://devfeed.tech/tags/zoom.md>)

### AI overview

Interop 2025 coordinates browser vendors around 19 web-platform focus areas to improve cross-browser compatibility. It follows Interop 2024, whose shared test pass rate reached 95% in current browser releases.

### Source excerpt

Interop 2025 continues the mission to make the web more consistent across browsers, building on 2024's 95% interoperability score. This year, 19 focus areas target key developer needs and long-standing issues, including WebRTC improvements, Storage Access API, and CSS Zoom. The post Launching Interop 2025 appeared first on Mozilla Hacks - the Web developer blog.

## What's new in Astro - January 2025

DevFeed: [What's new in Astro - January 2025](<https://devfeed.tech/articles/what-s-new-in-astro-january-2025-3365.md>)

Original publisher: [Read original article](<https://astro.build/blog/whats-new-january-2025/>)

Author: Sarah Rainsberger

Published: 2025-01-31T00:00:00Z

Content type: news

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [Tailwind CSS](<https://devfeed.tech/topics/tailwind.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [Web](<https://devfeed.tech/topics/web.md>), [view transitions](<https://devfeed.tech/topics/view-transitions.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Netlify](<https://devfeed.tech/topics/netlify.md>), [Search engine optimization (SEO)](<https://devfeed.tech/topics/seo.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [astro](<https://devfeed.tech/tags/astro.md>), [discord](<https://devfeed.tech/tags/discord.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [releases](<https://devfeed.tech/tags/releases.md>), [seo](<https://devfeed.tech/tags/seo.md>), [ssr](<https://devfeed.tech/tags/ssr.md>), [support](<https://devfeed.tech/tags/support.md>), [tailwind](<https://devfeed.tech/tags/tailwind.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Astro's January 2025 ecosystem update highlights Astro 5.2 and Starlight 0.31 releases, community support and theme-design initiatives, a new support forum, team news, and community content. It also references Astro-related documentation, SEO, SSR, view transitions, image components, and framework coverage.

### Source excerpt

January 2025 - Starting the year off with a bang!

## What's new in Astro - December 2024

DevFeed: [What's new in Astro - December 2024](<https://devfeed.tech/articles/what-s-new-in-astro-december-2024-3359.md>)

Original publisher: [Read original article](<https://astro.build/blog/whats-new-december-2024/>)

Author: Sarah Rainsberger

Published: 2024-12-31T00:00:00Z

Content type: release

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [releases](<https://devfeed.tech/topics/releases.md>), [modern web development](<https://devfeed.tech/topics/modern-web-development.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [community](<https://devfeed.tech/tags/community.md>), [releases](<https://devfeed.tech/tags/releases.md>), [rss](<https://devfeed.tech/tags/rss.md>), [tools](<https://devfeed.tech/tags/tools.md>), [updates](<https://devfeed.tech/tags/updates.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>)

### AI overview

Astro's December 2024 update highlights Astro 5, its ranking in the State of JS results, community contributions, new integrations and utilities, and ecosystem content.

### Source excerpt

December 2024 - Astro 5, State of JS, Google IDX partnership, and more!

## The $100,000 Astro Ecosystem Fund Fall Update

DevFeed: [The $100,000 Astro Ecosystem Fund Fall Update](<https://devfeed.tech/articles/the-100-000-astro-ecosystem-fund-fall-update-3279.md>)

Original publisher: [Read original article](<https://astro.build/blog/astro-ecosystem-fund-update/>)

Author: Fred Schott

Published: 2024-09-16T00:00:00Z

Content type: news

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Maintainers](<https://devfeed.tech/topics/maintainers.md>), [view transitions](<https://devfeed.tech/topics/view-transitions.md>), [Web platform](<https://devfeed.tech/topics/web-platform.md>), [Netlify](<https://devfeed.tech/topics/netlify.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [astro](<https://devfeed.tech/tags/astro.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [netlify](<https://devfeed.tech/tags/netlify.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [update](<https://devfeed.tech/tags/update.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>), [web-platform](<https://devfeed.tech/tags/web-platform.md>)

### AI overview

Astro announces a fall update to its $100,000 Ecosystem Fund, including grants for Expressive Code and VTBOT. The article also discusses open-source funding and the fund's remaining grants.

### Source excerpt

Astro -- the web framework for building content-driven websites like blogs, marketing, and e-commerce -- is giving away $100,000 to support other open-source projects in our ecosystem that improve the lives of Astro users everywhere, every day. Here's an update on the program, including two new grants.

## Cross-Document View Transitions

DevFeed: [Cross-Document View Transitions](<https://devfeed.tech/articles/cross-document-view-transitions-25095.md>)

Original publisher: [Read original article](<https://dladukedev.com/articles/040_crossdocument_view_transitions/>)

Published: 2024-07-18T00:00:00Z

Content type: article

Language: en

Sources: [Donovan LaDuke - Developer](<https://devfeed.tech/sources/donovan-laduke-developer.md>)

Topics: [view transitions](<https://devfeed.tech/topics/view-transitions.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>), [Edge](<https://devfeed.tech/topics/edge.md>), [CSS](<https://devfeed.tech/topics/css.md>), [Single-page application (SPA)](<https://devfeed.tech/topics/spa.md>)

Tags: [chrome](<https://devfeed.tech/tags/chrome.md>), [css](<https://devfeed.tech/tags/css.md>), [firefox](<https://devfeed.tech/tags/firefox.md>), [google-i-o](<https://devfeed.tech/tags/google-i-o.md>), [microsoft-edge](<https://devfeed.tech/tags/microsoft-edge.md>), [navigation](<https://devfeed.tech/tags/navigation.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>), [web-apps](<https://devfeed.tech/tags/web-apps.md>)

### AI overview

This article explains how Cross-Document View Transitions can make traditional multi-page websites feel more seamless by adding navigation and shared-element animations between full-page loads. It also discusses progressive enhancement and current browser support.

### Source excerpt

Make Multi-Page applications feel more seamless with built in navigation transition animations in the latest version of Chrome as announced at Google I/O

## Zero-JavaScript View Transitions

DevFeed: [Zero-JavaScript View Transitions](<https://devfeed.tech/articles/zero-javascript-view-transitions-3314.md>)

Original publisher: [Read original article](<https://astro.build/blog/future-of-astro-zero-js-view-transitions/>)

Author: Fred Schott

Published: 2024-06-11T00:00:00Z

Content type: article

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [interactive website](<https://devfeed.tech/topics/interactive-website.md>), [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [animation](<https://devfeed.tech/tags/animation.md>), [api](<https://devfeed.tech/tags/api.md>), [astro](<https://devfeed.tech/tags/astro.md>), [browser](<https://devfeed.tech/tags/browser.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [edge](<https://devfeed.tech/tags/edge.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>)

### AI overview

Astro can use browser-native cross-document view transitions to provide animated page navigation without sending JavaScript to supported browsers.

### Source excerpt

Part one of our series on The Future of Astro. Browser-native page transitions are now possible with zero JavaScript required.

## What's new in Astro - May 2024

DevFeed: [What's new in Astro - May 2024](<https://devfeed.tech/articles/what-s-new-in-astro-may-2024-3376.md>)

Original publisher: [Read original article](<https://astro.build/blog/whats-new-may-2024/>)

Author: Sarah Rainsberger

Published: 2024-05-31T00:00:00Z

Content type: news

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [Maintainers](<https://devfeed.tech/topics/maintainers.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Astro DB](<https://devfeed.tech/topics/astro-db.md>), [Playwright](<https://devfeed.tech/topics/playwright.md>), [feature flags](<https://devfeed.tech/topics/feature-flags.md>), [stripe](<https://devfeed.tech/topics/stripe.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [WordPress](<https://devfeed.tech/topics/wordpress.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [community](<https://devfeed.tech/tags/community.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [releases](<https://devfeed.tech/tags/releases.md>), [stripe](<https://devfeed.tech/tags/stripe.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>), [wordpress](<https://devfeed.tech/tags/wordpress.md>)

### AI overview

Astro's May 2024 ecosystem update highlights experimental Astro Actions, the Lunaria beta release, an Astro Together event in Montreal, community contributions and awards, new maintainers, and community-created content and tutorials.

### Source excerpt

May 2024 - Celebrating Astro, together!

## Modern CSS patterns in Campfire

DevFeed: [Modern CSS patterns in Campfire](<https://devfeed.tech/articles/modern-css-patterns-in-campfire-33509.md>)

Original publisher: [Read original article](<https://dev.37signals.com/modern-css-patterns-and-techniques-in-campfire/>)

Author: Jason Zimdars

Published: 2024-04-04T17:00:00Z

Content type: article

Language: en

Sources: [37signals Dev](<https://devfeed.tech/sources/37signals-dev.md>)

Topics: [CSS](<https://devfeed.tech/topics/css.md>), [Web platform](<https://devfeed.tech/topics/web-platform.md>), [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [color](<https://devfeed.tech/topics/color.md>), [view transitions](<https://devfeed.tech/topics/view-transitions.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [color](<https://devfeed.tech/tags/color.md>), [css](<https://devfeed.tech/tags/css.md>), [features](<https://devfeed.tech/tags/features.md>), [patterns](<https://devfeed.tech/tags/patterns.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>), [web](<https://devfeed.tech/tags/web.md>), [web-platform](<https://devfeed.tech/tags/web-platform.md>)

### AI overview

An in-depth look at how 37signals built ONCE/Campfire with vanilla CSS, no build step, and modern web platform features. It covers CSS nesting, relational and selector functions, wide-gamut colors, View Transitions, and color systems using oklch().

### Source excerpt

An in-depth look at how 37signals built ONCE/Campfire using modern features, vanilla CSS, and no frameworks or preprocessors.

## Nuxt 3.11

DevFeed: [Nuxt 3.11](<https://devfeed.tech/articles/nuxt-3-11-3424.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/v3-11>)

Published: 2024-03-16T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>), [payload](<https://devfeed.tech/topics/payload.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [view transitions](<https://devfeed.tech/topics/view-transitions.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [debug](<https://devfeed.tech/tags/debug.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [logging](<https://devfeed.tech/tags/logging.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [payload](<https://devfeed.tech/tags/payload.md>), [release](<https://devfeed.tech/tags/release.md>), [server](<https://devfeed.tech/tags/server.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

Nuxt 3.11 is a feature-rich release introducing improved server-log display in the browser console, preview mode, payload cache busting after deployments, page middleware, server and client-only pages, server-side teleports, and View Transitions API integration.

### Source excerpt

Nuxt 3.11 is out - with better logging, preview mode, server pages and much more!

## Astro 4.5

DevFeed: [Astro 4.5](<https://devfeed.tech/articles/astro-4-5-3207.md>)

Original publisher: [Read original article](<https://astro.build/blog/astro-450/>)

Author: Erika; Emanuele Stoppa; Matthew Phillips; Nate Moore; Bjorn Lu

Published: 2024-03-11T00:00:00Z

Content type: release

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [Accessibility](<https://devfeed.tech/topics/accessibility.md>), [view transitions](<https://devfeed.tech/topics/view-transitions.md>), [Script](<https://devfeed.tech/topics/script.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [astro](<https://devfeed.tech/tags/astro.md>), [audits](<https://devfeed.tech/tags/audits.md>), [cli](<https://devfeed.tech/tags/cli.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [feature](<https://devfeed.tech/tags/feature.md>), [release](<https://devfeed.tech/tags/release.md>), [ui](<https://devfeed.tech/tags/ui.md>), [update](<https://devfeed.tech/tags/update.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>), [web-performance](<https://devfeed.tech/tags/web-performance.md>)

### AI overview

Astro 4.5 improves the developer experience with a new Dev Audit UI for finding performance and accessibility issues in the browser. It also improves View Transitions by allowing persisted islands to receive new props while retaining state, and adds support for rerunning inline scripts during navigation. The release also includes Shiki 1.0, multi-CDN asset prefixing, and other updates.

### Source excerpt

Astro 4.5 is out! This release includes a new Dev Audit UI, View Transition improvements, Shiki 1.0, multi-CDN asset prefixing, and more!

## Nuxt 3.10

DevFeed: [Nuxt 3.10](<https://devfeed.tech/articles/nuxt-3-10-3423.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/v3-10>)

Published: 2024-01-30T00:00:00Z

Content type: release

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [payload](<https://devfeed.tech/topics/payload.md>), [polyfill](<https://devfeed.tech/topics/polyfill.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [browser](<https://devfeed.tech/topics/browser.md>), [view transitions](<https://devfeed.tech/topics/view-transitions.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [bugs](<https://devfeed.tech/tags/bugs.md>), [development](<https://devfeed.tech/tags/development.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [features](<https://devfeed.tech/tags/features.md>), [libraries](<https://devfeed.tech/tags/libraries.md>), [node](<https://devfeed.tech/tags/node.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [payload](<https://devfeed.tech/tags/payload.md>), [performance](<https://devfeed.tech/tags/performance.md>), [polyfill](<https://devfeed.tech/tags/polyfill.md>), [release](<https://devfeed.tech/tags/release.md>), [server](<https://devfeed.tech/tags/server.md>), [ssr](<https://devfeed.tech/tags/ssr.md>), [update](<https://devfeed.tech/tags/update.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>)

### AI overview

Nuxt 3.10 is a release packed with features and fixes, including automatic payload deduplication and caching during prerendering, SSR-safe unique IDs, module file injection, experimental polyfills for Node.js built-ins in client-side code, CookieStore support, and diagnostics for potential bugs and performance problems.

### Source excerpt

Nuxt 3.10 is out - packed with features and fixes. Here are a few highlights.

## What's new in Astro - November 2023

DevFeed: [What's new in Astro - November 2023](<https://devfeed.tech/articles/what-s-new-in-astro-november-2023-3381.md>)

Original publisher: [Read original article](<https://astro.build/blog/whats-new-november-2023/>)

Author: Elian Van Cutsem

Published: 2023-11-30T00:00:00Z

Content type: news

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Internationalization (i18n)](<https://devfeed.tech/topics/i18n.md>), [view transitions](<https://devfeed.tech/topics/view-transitions.md>), [Algolia](<https://devfeed.tech/topics/algolia.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [gatsby](<https://devfeed.tech/topics/gatsby.md>), [MDX](<https://devfeed.tech/topics/mdx.md>)

Tags: [algolia](<https://devfeed.tech/tags/algolia.md>), [api](<https://devfeed.tech/tags/api.md>), [astro](<https://devfeed.tech/tags/astro.md>), [building](<https://devfeed.tech/tags/building.md>), [community](<https://devfeed.tech/tags/community.md>), [contribute](<https://devfeed.tech/tags/contribute.md>), [discord](<https://devfeed.tech/tags/discord.md>), [events](<https://devfeed.tech/tags/events.md>), [news](<https://devfeed.tech/tags/news.md>), [releases](<https://devfeed.tech/tags/releases.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>)

### AI overview

Astro's November 2023 update covers Astro 3.5 and 3.6, three Starlight releases, new view transition events, experimental internationalization support, and official Algolia DocSearch support. It also reports progress migrating the Astro Documentation to Starlight, documentation contributions, community awards, talks, workshops, and related community content.

### Source excerpt

November: the month of migrating the Astro Docs to Starlight, 3 Starlight minor releases, new view transition events and more! Read more about what's new in Astro this month.

## What's new in Astro - October 2023

DevFeed: [What's new in Astro - October 2023](<https://devfeed.tech/articles/what-s-new-in-astro-october-2023-3385.md>)

Original publisher: [Read original article](<https://astro.build/blog/whats-new-october-2023/>)

Author: Elian Van Cutsem

Published: 2023-10-31T00:00:00Z

Content type: article

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>), [Hacktoberfest](<https://devfeed.tech/topics/hacktoberfest.md>), [view transitions](<https://devfeed.tech/topics/view-transitions.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [contributions](<https://devfeed.tech/tags/contributions.md>), [github](<https://devfeed.tech/tags/github.md>), [github-action](<https://devfeed.tech/tags/github-action.md>), [hacktoberfest](<https://devfeed.tech/tags/hacktoberfest.md>), [releases](<https://devfeed.tech/tags/releases.md>), [testing](<https://devfeed.tech/tags/testing.md>), [view-transitions](<https://devfeed.tech/tags/view-transitions.md>)

### AI overview

Astro's October 2023 update covers Astro 3.2, 3.3, and 3.4 releases, Starlight 0.11, Hacktoberfest contributions, documentation work, community awards, and Astro Core presentations at ViteConf 2023.

### Source excerpt

Another busy month in Astro! From Hacktoberfest to releasing Page Partials. Read up on everything that happened this month in the Astro universe.

[Next page](<https://devfeed.tech/tags/view-transitions.md?cursor=WyIyMDIzLTEwLTMxVDAwOjAwOjAwKzAwOjAwIiwgImI1MWFjNjJhLTYyYmQtNDc2NS1hYTk4LWFmNTUyNzdmODAxZCJd>)