0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-03 22:57:08 -05:00
astro/examples/with-nanostores
renovate[bot] 2594eb088d
fix(deps): update all non-major dependencies ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-09-26 14:57:59 +01:00
..
.codesandbox
public
src Content Layer () 2024-08-14 11:49:19 +01:00
.gitignore
astro.config.mjs
package.json fix(deps): update all non-major dependencies () 2024-09-26 14:57:59 +01:00
README.md
tsconfig.json

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!