Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion apps/docs/pages/_home/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ const defaultSource = "tanstack-store";

<p class="mx-auto mt-4 max-w-2xl text-balance text-muted-foreground">
Zero-dep
<code class="rounded bg-muted px-1 font-mono text-sm">persistSource</code>
<code class="mx-0.5 rounded bg-muted px-1.5 font-mono text-sm"
>persistSource</code
>
core; codecs, backends, transport, and framework gates are opt-in subpaths.
</p>

Expand Down
10 changes: 7 additions & 3 deletions apps/docs/pages/_home/Seams.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ const tdClass =
<h2 class="font-medium text-3xl tracking-tight sm:text-4xl">
Three seams. Swap any cell.
</h2>
<p class="mx-auto mt-4 max-w-lg text-balance text-muted-foreground">
<p class="mx-auto mt-6 max-w-lg text-balance text-muted-foreground">
Backend × codec × source compose through
<code class="rounded bg-muted px-1 font-mono text-sm">createStorage</code>
<code class="mx-0.5 rounded bg-muted px-1.5 font-mono text-sm"
>createStorage</code
>
and
<code class="rounded bg-muted px-1 font-mono text-sm">persistSource</code>
<code class="mx-0.5 rounded bg-muted px-1.5 font-mono text-sm"
>persistSource</code
>
— framework adapters only mount the hydration signal.
</p>
</div>
Expand Down