blob: f6f9a7941bf3424fc7de5e0630fe7bc27b64bb02 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Astro + React Example
```
npm init astro -- --template framework-react
```
[](https://stackblitz.com/github/snowpackjs/astro/tree/latest/examples/framework-react)
This example showcases Astro working with [React](https://reactjs.org/).
Write your React components as `.jsx` or `.tsx` files in your project.
|