0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-03 22:57:08 -05:00
astro/examples/framework-react
Houston (Bot) fdceed5889
[ci] release ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-20 20:46:06 +05:30
..
.codesandbox
.vscode
public
src
.gitignore
astro.config.mjs
package.json [ci] release () 2024-03-20 20:46:06 +05:30
README.md
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.