0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00
astro/examples/framework-react
Houston (Bot) cf65476b27
[ci] release (#11817)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-22 16:56:59 -04:00
..
.codesandbox
.vscode
public
src Content Layer (#11360) 2024-08-14 11:49:19 +01:00
.gitignore
astro.config.mjs
package.json [ci] release (#11817) 2024-08-22 16:56:59 -04:00
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.