mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
1ec3f28b63
* Mention astro.new in docs (#1935) * Fix - Deprecated nanostores functions createStore and getValue is deprecated in nanostores, changed it to atom and atom.get() * fix: change code to nanostores non-deprecated functions Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com> |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
.npmrc | ||
.stackblitzrc | ||
astro.config.mjs | ||
package.json | ||
README.md | ||
sandbox.config.json | ||
tsconfig.json |
Astro Example: Nanostores
npm init astro -- --template with-nanostores
This example showcases using nanostores
to provide shared state between components from different frameworks.