astro/packages/renderers
Fred K. Schott 5af24efb34
pin preact to 10.5 to resolve preact issue (#2170)
* pin preact to 10.5 to resolve preact issue

* fix: use current yarn.lock and only update preact

Co-authored-by: Nate Moore <nate@skypack.dev>
2021-12-09 10:33:53 -08:00
..
renderer-lit Add package descriptions (#1997) 2021-11-23 14:19:16 -07:00
renderer-preact pin preact to 10.5 to resolve preact issue (#2170) 2021-12-09 10:33:53 -08:00
renderer-react [ci] release (#2071) 2021-12-02 13:01:17 -05:00
renderer-solid [ci] release (#2071) 2021-12-02 13:01:17 -05:00
renderer-svelte [ci] release (#2071) 2021-12-02 13:01:17 -05:00
renderer-vue [ci] release (#2071) 2021-12-02 13:01:17 -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.