3a4dc9e0a7
* 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
|
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
.npmrc | ||
.stackblitzrc | ||
astro.config.mjs | ||
package.json | ||
README.md | ||
sandbox.config.json | ||
tsconfig.json |
Kitchen Sink: Microfrontends with Astro
npm init astro -- --template framework-multiple
This example showcases Astro's built-in support for multiple frameworks (React, Preact, Svelte, and Vue (v3.x
)).
No configuration is needed to enable these frameworks—just start writing components in src/components
.