astro/packages/renderers
2022-01-25 11:35:10 -06:00
..
renderer-lit feat: move frameworks to peerDependencies 2022-01-25 11:35:10 -06:00
renderer-preact feat: move frameworks to peerDependencies 2022-01-25 11:35:10 -06:00
renderer-react feat: move frameworks to peerDependencies 2022-01-25 11:35:10 -06:00
renderer-solid feat: move frameworks to peerDependencies 2022-01-25 11:35:10 -06:00
renderer-svelte feat: move frameworks to peerDependencies 2022-01-25 11:35:10 -06:00
renderer-vue feat: move frameworks to peerDependencies 2022-01-25 11:35:10 -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.