astro/packages/renderers
Drew Powers 3cd1458aa7
Fix Windows CSS bundling bug (#1840)
* Fix Windows CSS bundling bug

JS components’ styles accidentally left out of final build on Windows

* Review feedback
2021-11-16 13:59:41 -07:00
..
renderer-lit Version Packages (next) (#1709) 2021-10-29 14:48:54 -05:00
renderer-preact Fix Windows CSS bundling bug (#1840) 2021-11-16 13:59:41 -07:00
renderer-react Fix Windows CSS bundling bug (#1840) 2021-11-16 13:59:41 -07:00
renderer-solid Fix Windows CSS bundling bug (#1840) 2021-11-16 13:59:41 -07:00
renderer-svelte Fix Windows CSS bundling bug (#1840) 2021-11-16 13:59:41 -07:00
renderer-vue Fix Windows CSS bundling bug (#1840) 2021-11-16 13:59:41 -07: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.