10a9c3412b
As the first step to not bundling renderers in the core `astro` package the examples show usage with renderers as dependencies. |
||
---|---|---|
.. | ||
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.