Astro Javascript Framework

Created on 2022-09-29T02:45:18-05:00

Return to the Index

This card pertains to a resource available on the internet.

This card can also be read via Gemini.

Framework that generates pages on the server and sends them to the client; just like everyone used to do.

Has an "islands" mechanic. Parts of a site are generated from components and some of those components can have some kind of lazy loading tagged. For example loading a menu and main article via server generation but leaving additional content (like large images) unloaded until someone actually scrolls to where the box comes into view.

yes, Astro is great, I use it in a lot of projects (@koyu@fedi.koyu.space)