Skip to content

Commit

Permalink
hotfix: README video link
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jan 2, 2024
1 parent be7c79a commit ec41ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion packages/stream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

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';
---
<h1>Simple stream</h1>
https://github.com/bholmesdev/simple-stack/assets/51384119/99ed15a4-5a70-4f19-bc2a-712d4039c0a7
<!--Suspend slow-to-load content-->
<Suspense>
Expand Down

0 comments on commit ec41ca5

Please sign in to comment.