mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
a7967530df
* [ci] collect stats * [ci] update lockfile (#2388) Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> * Fixes for blog and docs examples (#2373) * Fixes for blog and docs examples * Adds a changeset * Upgrade the compiler version * Use a global style tag * Skip on windows temporarily * [ci] yarn format * Fixes Lit support in the static build * Adds a changeset * test * Upgrade lit-labs/ssr * Conditional * Testing again * remove debugging code * changeset Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com> |
||
---|---|---|
.. | ||
renderer-lit | ||
renderer-preact | ||
renderer-react | ||
renderer-solid | ||
renderer-svelte | ||
renderer-vue | ||
README.md |
Astro Renderers
Astro is designed to support your favorite UI frameworks. React, Svelte, Vue, and Preact are all built-in to Astro and supported out of the box. No configuration is needed to enable these.
For adding additional frameworks (or your own custom one), please refer to the full documentation.