astro/packages/renderers
Nate Moore ac3e870280
fix: renderer behavior with no children (#2078)
* fix: renderer behavior with no children

* [ci] Prettier fix

* Force CI

* fix: properly handle falsy values

* [ci] Prettier fix

* chore: force ci

* [experiment] netlify ignore

Co-authored-by: GitHub Action <github-action@users.noreply.github.com>
2021-12-02 10:30:15 -06:00
..
renderer-lit Add package descriptions (#1997) 2021-11-23 14:19:16 -07:00
renderer-preact fix: renderer behavior with no children (#2078) 2021-12-02 10:30:15 -06:00
renderer-react fix: renderer behavior with no children (#2078) 2021-12-02 10:30:15 -06:00
renderer-solid fix: renderer behavior with no children (#2078) 2021-12-02 10:30:15 -06:00
renderer-svelte fix: renderer behavior with no children (#2078) 2021-12-02 10:30:15 -06:00
renderer-vue fix: renderer behavior with no children (#2078) 2021-12-02 10:30:15 -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.