astro/packages/renderers
Nate Moore 34e03cf912
do not format vite (#1710)
* Revert "[ci] yarn format"

This reverts commit 93489946cc.

* chore: ignore vendor
2021-10-29 14:45:32 -05:00
..
renderer-lit do not format vite (#1710) 2021-10-29 14:45:32 -05:00
renderer-preact do not format vite (#1710) 2021-10-29 14:45:32 -05:00
renderer-react 🚀 Astro Next (0.21.0) (#1406) 2021-10-29 15:30:22 -04:00
renderer-solid 🚀 Astro Next (0.21.0) (#1406) 2021-10-29 15:30:22 -04:00
renderer-svelte 🚀 Astro Next (0.21.0) (#1406) 2021-10-29 15:30:22 -04:00
renderer-vue 🚀 Astro Next (0.21.0) (#1406) 2021-10-29 15:30:22 -04: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.