- Astro Weekly
- Posts
- Astro Weekly #47
Astro Weekly #47
SSR support for Starlight, user-generated content with Astro Actions, Astro is throwing a party and you're invited
Greetings, Astronauts!
This week, the internet has been buzzing with talk of Astro—though I believe the gamers among you might have a different Astro in mind!
For all you developers, however, we're diving into what's new with Starlight, sharing more insights on Astro Actions, and an invitation to an Astro party.
Keep reading for all the exciting details and more!
This week in Astro ☄️
A (SSR)isously good update
Starlight now available on demand 🌟
Starlight v0.27.0 introduces a significant new and long-awaited update—support for full on-demand page rendering.
With server-rendered Starlight pages, gated content is now possible. You can explore a demo here: Starlight SSR Demo.
When using hybrid or server output modes, you can set the new prerender option in the Starlight config to false, enabling all Starlight pages to be rendered on-demand.
export default defineConfig({
output: 'server',
integrations: [
starlight({
prerender: false,
}),
],
});
For details on other features shipping in v0.27.0, check out the release notes.
Astro Boosters 🚀
🦾 Master AI & ChatGPT for FREE in just 3 hours 🤯
1 Million+ people have attended, and are RAVING about this AI Workshop.
Don’t believe us? Attend it for free and see it for yourself.
Highly Recommended: 🚀
Join this 3-hour Power-Packed Masterclass worth $399 for absolutely free and learn 20+ AI tools to become 10x better & faster at what you do
🗓️ Tomorrow | ⏱️ 10 AM EST
In this Masterclass, you’ll learn how to:
🚀 Do quick excel analysis & make AI-powered PPTs
🚀 Build your own personal AI assistant to save 10+ hours
🚀 Become an expert at prompting & learn 20+ AI tools
🚀 Research faster & make your life a lot simpler & more…
Astro Community 🧑🚀
User-generated content with Astro Actions ⚡️
Astro Actions are the new way of creating server-side functionality within Astro.
In this live stream, Bryan Robinson will examine how to combine Actions with Hygraph mutations to deal with user-generated content.
Ain’t no party like an Astro party
Astro Party workshop 🥳
Learn Astro in a hands-on, guided workshop taught by Jason Lengstorf.
This workshop is for developers and teams who want to build high-performing websites using Astro's simple, standards-based approach.
What else I’ve been reading/watching this week 🤓
Check out these great posts from the Astro Community ↓
If you have something awesome you’d like to share with the Astro community, you can reach me at [email protected] or via DM on X
Astro on X 💫
What’s happening on Twitter X this week…
I just replaced full page reloads with smooth transitions on my personal website. All it took was importing a single component. Thanks @astrodotbuild!
— Kirill Tregubov (@KirillTregubov_)
3:57 AM • Sep 7, 2024
Direct link for web version:
https://x.com/KirillTregubov_/status/1832266880549011514
Astro Showcase 🤩
Check out these impressive projects built with Astro!
Would you like your work to be featured in our Astro Showcase? Get in touch at [email protected] or DM me on X
That’s it for this week in the Astroverse.
If you’d like to be featured in next week’s newsletter, you can reach me at [email protected] or via DM on X.
Now, time to pick up a controller and check out Astro Bot.
Happy coding gaming, Astronauts.
– Nathan 🧑🚀