astro/packages/renderers
Fred K. Schott 1634172ff9
[ci] update lockfile (#2763)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-03-11 16:38:28 -06:00
..
renderer-lit [ci] update lockfile (#2763) 2022-03-11 16:38:28 -06:00
renderer-preact [ci] update lockfile (#2763) 2022-03-11 16:38:28 -06:00
renderer-react [ci] update lockfile (#2763) 2022-03-11 16:38:28 -06:00
renderer-solid [ci] update lockfile (#2763) 2022-03-11 16:38:28 -06:00
renderer-svelte [ci] update lockfile (#2763) 2022-03-11 16:38:28 -06:00
renderer-vue [ci] update lockfile (#2763) 2022-03-11 16:38:28 -06:00
README.md Docs: Add READMEs for renderers (#1351) 2021-09-14 16:26:23 -07:00

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.