Email or username:

Password:

Forgot your password?
6 posts total
Astro

Astro 5.0 is here.

Content layer, server islands, simplified prerendering, type-safe env,
@vite v6. All stable.

Go see what you can do 👇

astro.build/blog/astro-5/

Astro

Introducing the Astro 5.0 Beta.

- Content Layer: manage and type-check content from anywhere, including CMSes
- Server islands: mix prerendered and server-rendered content with ease

It's never been a beta time to try Astro đź‘€

astro.build/blog/astro-5-beta/

Astro

We're pretty content with Astro 4.14.

Introducing type-safe frontmatter in your editor and the reimagined Content Layer, now in experimental

astro.build/blog/astro-4140/

Astro

To the haters asking where our Link component is:

"Did you know the web has an a tag? Very standard No Imports Lighthouse will approve" written in the style of old Microsoft Word "WordArt" (some parts appear wavy, other using a rainbow gradient or with heavy shadows)

A crossed-over Link component and a screenshot of the MDN page for the a tag also appear.
Astro

Astro 4.13 is here!

Request rewriting and automatic JSON schemas for data collections are now stable.

See you in two weeks for more exciting *actions* đź‘€

astro.build/blog/astro-4130/

Kiran Rao

@astro does the Astro.rewrite API make sense in SSG mode? Or should one use a redirect in that case?

Astro

Astro 4.12 is out now with experimental Server Islands, our new approach to highly cacheable pages with dynamic, personalized content in islands. It's fast. Really fast.

Astro

If you're familiar with Astro's client-side islands, you'll feel right at home: mark your components with `server:defer` and they'll now be rendered on the server, at run-time, independently from the rest of your page.

You can now safely cache the pages at the edge and get great LCP (largest contentful paint) scores.

Go Up