astro/examples/framework-react/README.md
2021-09-16 08:06:22 -07:00

11 lines
395 B
Markdown

# Astro + React Example
```
npm init astro -- --template framework-react
```
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](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.