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