astro/packages/renderers
Matthew Phillips 1bd3cf8f4d Add hydration to Solid renderer (#1479) (#1495)
* feat: add hydration to Solid renderer

* fix: intersection observer, move script to the end

Co-authored-by: Ryan Carniato <ryansolid@gmail.com>
2021-10-22 16:25:36 -06:00
..
renderer-lit Try mocha/chai test runners (#1418) 2021-10-22 16:25:36 -06:00
renderer-preact Try mocha/chai test runners (#1418) 2021-10-22 16:25:36 -06:00
renderer-react Try mocha/chai test runners (#1418) 2021-10-22 16:25:36 -06:00
renderer-solid Add hydration to Solid renderer (#1479) (#1495) 2021-10-22 16:25:36 -06:00
renderer-svelte Try mocha/chai test runners (#1418) 2021-10-22 16:25:36 -06:00
renderer-vue Try mocha/chai test runners (#1418) 2021-10-22 16:25:36 -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.