mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
5ab2d980aa
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com> |
||
---|---|---|
.. | ||
.codesandbox | ||
public | ||
src | ||
.gitignore | ||
astro.config.mjs | ||
package.json | ||
README.md | ||
tsconfig.json |
Astro Example: Nanostores
npm create astro@latest -- --template with-nanostores
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!