diff options
Diffstat (limited to 'examples/with-nanostores/README.md')
-rw-r--r-- | examples/with-nanostores/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/with-nanostores/README.md b/examples/with-nanostores/README.md new file mode 100644 index 000000000..e74f30fd0 --- /dev/null +++ b/examples/with-nanostores/README.md @@ -0,0 +1,3 @@ +# Astro with [`nanostores`](https://github.com/nanostores/nanostores) + +This example showcases using [`nanostores`](https://github.com/nanostores/nanostores) to provide shared state between components from different frameworks. |