astro/packages/renderers
Jonathan Neal 45cea6aec5
Support Node v14.15+ (#2202)
* Support Node v14.15+

* changeset

* Update .changeset/new-hats-design.md

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>

* Update .changeset/new-hats-design.md

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>

* Update .changeset/new-hats-design.md

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>

* ES2020

* update yarn.lock

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2021-12-16 18:53:22 -05:00
..
renderer-lit Add missing licenses to published packages (#2166) 2021-12-13 15:14:34 -06:00
renderer-preact Support Node v14.15+ (#2202) 2021-12-16 18:53:22 -05:00
renderer-react Support Node v14.15+ (#2202) 2021-12-16 18:53:22 -05:00
renderer-solid Support Node v14.15+ (#2202) 2021-12-16 18:53:22 -05:00
renderer-svelte Support Node v14.15+ (#2202) 2021-12-16 18:53:22 -05:00
renderer-vue Support Node v14.15+ (#2202) 2021-12-16 18:53:22 -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.