0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/examples/framework-react
Fred K. Bot 89f335b539
[ci] release (#5262)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-03 09:38:29 -04:00
..
.vscode
public
src
.gitignore
astro.config.mjs
package.json [ci] release (#5262) 2022-11-03 09:38:29 -04:00
README.md .md only: npm init astro --> npm create astro (#4760) 2022-09-16 12:40:06 -05:00
sandbox.config.json
tsconfig.json

Astro + React Example

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

Open in StackBlitz

This example showcases Astro working with React.

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