0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
astro/examples/framework-react
Houston (Bot) 895ebcb5bf
[ci] release (#9332)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-05 18:47:22 -06:00
..
.codesandbox
.vscode
public
src
.gitignore
astro.config.mjs
package.json [ci] release (#9332) 2023-12-05 18:47:22 -06:00
README.md Fix: lang unspecified code blocks (#8461) 2023-09-11 12:45:21 +01:00
tsconfig.json

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.