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