astro/packages/renderers
Matthew Phillips 20eaddb2a7
Fix for using React in the static build (#2369)
* Fix react in the static build

* Adds a changeset
2022-01-13 13:28:29 -05:00
..
renderer-lit [ci] release (#2219) 2021-12-23 11:49:30 -05:00
renderer-preact [ci] release (#2219) 2021-12-23 11:49:30 -05:00
renderer-react Fix for using React in the static build (#2369) 2022-01-13 13:28:29 -05:00
renderer-solid [ci] release (#2340) 2022-01-12 11:30:01 -05:00
renderer-svelte [ci] release (#2304) 2022-01-04 11:28:19 -05:00
renderer-vue [ci] release (#2219) 2021-12-23 11:49:30 -05: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.