0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/packages/renderers
github-actions[bot] 791a524411
[ci] release (#3064)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-10 21:13:11 -07:00
..
renderer-lit update lockfile (#3059) 2022-04-10 19:12:30 -07:00
renderer-preact update lockfile (#3059) 2022-04-10 19:12:30 -07:00
renderer-react update prettier width (#2968) 2022-04-02 14:15:41 -06:00
renderer-solid [ci] release (#3064) 2022-04-10 21:13:11 -07:00
renderer-svelte update lockfile (#3059) 2022-04-10 19:12:30 -07:00
renderer-vue exit prerelease mode (#2967) 2022-04-02 13:37:28 -06:00
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.