0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
astro/examples/framework-react
2024-10-07 15:52:21 +02:00
..
.codesandbox
.vscode
public
src feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
.gitignore
astro.config.mjs
package.json Merge branch 'main' into next 2024-10-07 15:52:21 +02:00
README.md
tsconfig.json feat(next): reference astro/client from astro/config (#11925) 2024-09-11 14:40:15 +02:00

Astro + React Example

npm create astro@latest -- --template framework-react

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

This example showcases Astro working with React.

Write your React components as .jsx or .tsx files in your project.