0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/renderers
Jonathan Neal 1692675575
Doc improvements (#1929)
* Update astro & markdown code blocks for consistency

* Add 'JSX in Frontmatter' note to Migration Guide
2021-11-19 14:53:38 -05:00
..
renderer-lit Doc improvements (#1929) 2021-11-19 14:53:38 -05:00
renderer-preact Version Packages (next) (#1796) 2021-11-16 13:06:58 -08:00
renderer-react Version Packages (next) (#1796) 2021-11-16 13:06:58 -08:00
renderer-solid Version Packages (next) (#1796) 2021-11-16 13:06:58 -08:00
renderer-svelte Version Packages (next) (#1796) 2021-11-16 13:06:58 -08:00
renderer-vue Version Packages (next) (#1881) 2021-11-19 01:21:00 -08: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.