0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/examples/with-nanostores
Erika 9263e96593
create-astro updates (#12083)
Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Reuben Tier <otterlord.dev@gmail.com>
2024-11-04 16:15:11 +01:00
..
.codesandbox
public
src feat(next): better tsconfig (#11859) 2024-09-03 17:49:09 +02:00
.gitignore
astro.config.mjs create-astro updates (#12083) 2024-11-04 16:15:11 +01:00
package.json [ci] release (beta) (#12250) 2024-10-31 17:07:35 +08:00
README.md
tsconfig.json create-astro updates (#12083) 2024-11-04 16:15:11 +01:00

Astro Example: Nanostores

npm create astro@latest -- --template with-nanostores

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

This example showcases using nanostores to provide shared state between components of any framework. Read our documentation on sharing state for a complete breakdown of this project, along with guides to use React, Vue, Svelte, or Solid!