diff --git a/README.md b/README.md index d3ddbb2..a6ce2d5 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Simple stack offers a growing collection of packages: - **[🧘‍♂️ Simple form](https://github.com/bholmesdev/simple-stack/tree/main/packages/form):** A full stack solution to validate forms with your client framework of choice. - **[🔎 Simple scope](https://github.com/bholmesdev/simple-stack/tree/main/packages/scope):** Get a scoped ID for any file you're in. Perfect for form label IDs and query selectors. +- **[🌊 Simple stream](https://github.com/bholmesdev/simple-stack/tree/main/packages/stream):** Suspend Astro components with fallback content. - **[⏳ WIP: Simple partial](https://github.com/bholmesdev/simple-stack/tree/main/packages/partial):** Re-render just the parts that change in your Astro app. ## Get involved diff --git a/packages/stream/README.md b/packages/stream/README.md index d1db1d1..d687f4e 100644 --- a/packages/stream/README.md +++ b/packages/stream/README.md @@ -2,6 +2,8 @@ Suspend Astro components with fallback content. Like React Server Components, but Just HTML ™️ +https://github.com/bholmesdev/simple-stack/assets/51384119/99ed15a4-5a70-4f19-bc2a-712d4039c0a7 + ```astro --- import { Suspense, ResolveSuspended } from 'simple-stack-stream/components'; @@ -9,7 +11,6 @@ import { Suspense, ResolveSuspended } from 'simple-stack-stream/components';

Simple stream

-https://github.com/bholmesdev/simple-stack/assets/51384119/99ed15a4-5a70-4f19-bc2a-712d4039c0a7