parent
68cd3a658b
commit
025288075b
3 changed files with 358 additions and 331 deletions
@ -0,0 +1,14 @@ |
||||
# Astro |
||||
|
||||
Astro is an all-in-one web framework for building fast, content-focused websites. Astro combines the power of a modern component-based framework with the performance and flexibility of a static site generator. |
||||
|
||||
- Component Islands: A new web architecture for building faster websites. |
||||
- Server-first API design: Move expensive hydration off of your users’ devices. |
||||
- Zero JS, by default: No JavaScript runtime overhead to slow you down. |
||||
- Edge-ready: Deploy anywhere, even a global edge runtime like Deno or Cloudflare. |
||||
- Customizable: Tailwind, MDX, and 100+ other integrations to choose from. |
||||
- UI-agnostic: Supports React, Preact, Svelte, Vue, Solid, Lit and more. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://astro.build/'>Official Astro Website</BadgeLink> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://docs.astro.build/'>Official Astro Docs</BadgeLink> |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue