Email or username:

Password:

Forgot your password?
5 posts total
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:

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