diff options
author | 2022-07-11 15:42:10 -0400 | |
---|---|---|
committer | 2022-07-11 15:42:10 -0400 | |
commit | faf3f3a8d111b543c0aca12432fe1a2ee5e2d726 (patch) | |
tree | a754bd03b9db417a5dfeb1a4a50236b858884ec1 /examples/with-nanostores/README.md | |
parent | bf5d1cc1e71da38a14658c615e9481f2145cc6e7 (diff) | |
download | astro-faf3f3a8d111b543c0aca12432fe1a2ee5e2d726.tar.gz astro-faf3f3a8d111b543c0aca12432fe1a2ee5e2d726.tar.zst astro-faf3f3a8d111b543c0aca12432fe1a2ee5e2d726.zip |
Update `with-nanostores` example to match docs walkthrough (#3840)
* feat: replace with-nanostores with new example
* docs: update README with docs call-out
* chore: small formatting inconsistencies
* nit: standardize to spaces :'(
* nit: standardize to tabs!
* refactor: use html "hidden" property
* nit: beta.66 for sanity
Diffstat (limited to 'examples/with-nanostores/README.md')
-rw-r--r-- | examples/with-nanostores/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-nanostores/README.md b/examples/with-nanostores/README.md index bbbc896b1..e5070d816 100644 --- a/examples/with-nanostores/README.md +++ b/examples/with-nanostores/README.md @@ -6,4 +6,4 @@ npm init astro -- --template with-nanostores [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-nanostores) -This example showcases using [`nanostores`](https://github.com/nanostores/nanostores) to provide shared state between components from different frameworks. +This example showcases using [`nanostores`](https://github.com/nanostores/nanostores) to provide shared state between components of any framework. [**Read our documentation on sharing state**](https://docs.astro.build/en/core-concepts/sharing-state/) for a complete breakdown of this project, along with guides to use React, Vue, Svelte, or Solid! |