0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/examples/with-nanostores
2024-12-20 12:22:10 +00:00
..
.codesandbox Sync from 5f4c543609 2024-12-20 12:22:10 +00:00
public Sync from 5f4c543609 2024-12-20 12:22:10 +00:00
src Sync from 5f4c543609 2024-12-20 12:22:10 +00:00
.gitignore Sync from 5f4c543609 2024-12-20 12:22:10 +00:00
astro.config.mjs Sync from 5f4c543609 2024-12-20 12:22:10 +00:00
package.json Sync from 5f4c543609 2024-12-20 12:22:10 +00:00
README.md Sync from 5f4c543609 2024-12-20 12:22:10 +00:00
tsconfig.json Sync from 5f4c543609 2024-12-20 12:22:10 +00: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!