0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
astro/examples/with-nanostores
Fred K. Schott 078b6cde6c [ci] release (next) (#2838)
This reverts commit 935e6fa0c8.
2022-03-20 21:02:08 -07:00
..
public
src Update examples for 0.24.0 (#2740) 2022-03-09 13:52:31 -08:00
.gitignore
.npmrc Move from yarn to pnpm (#2455) 2022-03-08 15:46:11 -06:00
.stackblitzrc
astro.config.mjs Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
package.json [ci] release (next) (#2838) 2022-03-20 21:02:08 -07:00
README.md
sandbox.config.json
tsconfig.json

Astro Example: Nanostores

npm init astro -- --template with-nanostores

Open in StackBlitz

This example showcases using nanostores to provide shared state between components from different frameworks.