Skip to content

Commit ec41ca5

Browse files
committed
hotfix: README video link
1 parent be7c79a commit ec41ca5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Simple stack offers a growing collection of packages:
1010

1111
- **[🧘‍♂️ 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.
1212
- **[🔎 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.
13+
- **[🌊 Simple stream](https://github.com/bholmesdev/simple-stack/tree/main/packages/stream):** Suspend Astro components with fallback content.
1314
- **[⏳ WIP: Simple partial](https://github.com/bholmesdev/simple-stack/tree/main/packages/partial):** Re-render just the parts that change in your Astro app.
1415

1516
## Get involved

packages/stream/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
Suspend Astro components with fallback content. Like React Server Components, but Just HTML ™️
44

5+
https://github.com/bholmesdev/simple-stack/assets/51384119/99ed15a4-5a70-4f19-bc2a-712d4039c0a7
6+
57
```astro
68
---
79
import { Suspense, ResolveSuspended } from 'simple-stack-stream/components';
810
---
911
1012
<h1>Simple stream</h1>
1113
12-
https://github.com/bholmesdev/simple-stack/assets/51384119/99ed15a4-5a70-4f19-bc2a-712d4039c0a7
1314
1415
<!--Suspend slow-to-load content-->
1516
<Suspense>

0 commit comments

Comments
 (0)