blob: f036afa8c6a8d9eb079544a2b450588bda41e02e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Astro + React Example
```sh
npm create astro@latest -- --template framework-react
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-react)
[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/framework-react)
[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/framework-react/devcontainer.json)
This example showcases Astro working with [React](https://react.dev).
Write your React components as `.jsx` or `.tsx` files in your project.
|