astro/packages/renderers
Ryan Carniato 13b782f421
fix: Nested hydration with Solid (#3003)
* fix: solid nested hydration

* Create ten-rice-unite.md

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-04-06 14:42:01 -05:00
..
renderer-lit update prettier width (#2968) 2022-04-02 14:15:41 -06:00
renderer-preact update prettier width (#2968) 2022-04-02 14:15:41 -06:00
renderer-react update prettier width (#2968) 2022-04-02 14:15:41 -06:00
renderer-solid fix: Nested hydration with Solid (#3003) 2022-04-06 14:42:01 -05:00
renderer-svelte update prettier width (#2968) 2022-04-02 14:15:41 -06:00
renderer-vue exit prerelease mode (#2967) 2022-04-02 13:37:28 -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.