diff options
author | 2021-06-08 13:20:07 -0700 | |
---|---|---|
committer | 2021-06-08 13:20:29 -0700 | |
commit | 972a0f629f79e529be82c303bb88f126c46e9477 (patch) | |
tree | 104cde2c1d7dcbc652136f471a154a2aa8395f4e | |
parent | 5586f81a4e88924f33abe37bbe851e8654f9bff7 (diff) | |
download | astro-972a0f629f79e529be82c303bb88f126c46e9477.tar.gz astro-972a0f629f79e529be82c303bb88f126c46e9477.tar.zst astro-972a0f629f79e529be82c303bb88f126c46e9477.zip |
small copy change
-rw-r--r-- | www/src/pages/blog/introducing-astro.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/src/pages/blog/introducing-astro.astro b/www/src/pages/blog/introducing-astro.astro index 0764b5a81..2e768c780 100644 --- a/www/src/pages/blog/introducing-astro.astro +++ b/www/src/pages/blog/introducing-astro.astro @@ -32,7 +32,7 @@ let permalink = 'https://astro.build/blog/introducing-astro'; Today I'm excited to publicly share Astro: a new kind of static site builder that delivers lightning-fast performance with a modern developer experience. To design Astro, we borrowed the best parts of our favorite tools and then added a few innovations of our own, including: - - **Bring Your Own Framework (BYOF):** Astro supports popular UI frameworks like React, Svelte, Vue, Preact, web components, or plain HTML + JavaScript. + - **Bring Your Own Framework (BYOF):** Build your site using React, Svelte, Vue, Preact, web components, or just plain ol' HTML + JavaScript. - **100% Static HTML, No JS:** Astro strips out JavaScript from your final build and renders every page to HTML by default. - **On-Demand Components:** Astro hydrates interactive components when they enter the visible page. If the user never sees it, they never load it. - **Fully-Featured:** Astro supports TypeScript, Scoped CSS, CSS Modules, Sass, Tailwind, Markdown, MDX, and any of your favorite npm packages. |