astro/examples/integrations-playground
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
..
public Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
src Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
.gitignore chore(.gitignore): remove pnpm error logs from git (#2938) 2022-03-30 10:41:53 -05:00
.npmrc Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
.stackblitzrc Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
astro.config.mjs Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
package.json React 18 monorepo upgrade (#2948) 2022-03-31 13:01:05 -04:00
README.md Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
sandbox.config.json Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
tsconfig.json Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00

Integration Playground

npm init astro -- --template integration-playground

Open in StackBlitz