astro/packages/renderers
Fred K. Schott 3a4dc9e0a7
React 18 monorepo upgrade (#2948)
* First pass at supporting React 18 in @astrojs/react

* Try marking React 18’s `react-dom/client` as external

* Try a different approach to importing different React versions

* Allow resolving JSON modules

* Revert "Allow resolving JSON modules"

This reverts commit 5279b7249c.

* Try the separate client entrypoint approach from #2946

* Clean up diff

* Trying to see something

* Just keep swimming… 🐠

* update to support react 18

* update React to React 18 across the board

Co-authored-by: delucis <swithinbank@gmail.com>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-03-31 13:01:05 -04:00
..
renderer-lit [ci] update lockfile (#2810) 2022-03-16 09:53:46 -05:00
renderer-preact [ci] update lockfile (#2763) 2022-03-11 16:38:28 -06:00
renderer-react React 18 monorepo upgrade (#2948) 2022-03-31 13:01:05 -04:00
renderer-solid [ci] update lockfile (#2822) 2022-03-17 13:33:52 -05:00
renderer-svelte [ci] update lockfile (#2841) 2022-03-21 10:32:25 -05:00
renderer-vue [ci] update lockfile (#2763) 2022-03-11 16:38: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.