0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/with-nanostores
Nate Moore 8859655f15
Update astro version to 1.0.0-rc.0 (#4030)
* chore: update `astro` to `1.0.0-rc.0`

* chore: update `astro` version in examples

Co-authored-by: Nate Moore <nate@astro.build>
2022-07-24 22:32:28 -04:00
..
public Update with-nanostores example to match docs walkthrough (#3840) 2022-07-11 15:42:10 -04:00
src [ci] format 2022-07-11 19:44:42 +00:00
.gitignore refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
.npmrc
.stackblitzrc
astro.config.mjs Update with-nanostores example to match docs walkthrough (#3840) 2022-07-11 15:42:10 -04:00
package.json Update astro version to 1.0.0-rc.0 (#4030) 2022-07-24 22:32:28 -04:00
README.md Update with-nanostores example to match docs walkthrough (#3840) 2022-07-11 15:42:10 -04:00
sandbox.config.json
tsconfig.json Move client types into Astro (#3851) 2022-07-11 08:12:18 -04:00

Astro Example: Nanostores

npm init astro -- --template with-nanostores

Open in StackBlitz

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!