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