blob: 48a3d4264d60ae0f737088e273574c4ad401efa1 (
plain) (
blame)
1
2
3
4
5
6
7
|
# Astro Example: Nanostores
```
npm init astro -- --template with-nanostores
```
This example showcases using [`nanostores`](https://github.com/nanostores/nanostores) to provide shared state between components from different frameworks.
|