Skip to content

Commit 6d45c75

Browse files
committed
cleanup
1 parent 8995e55 commit 6d45c75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/blog/tanstack-router-signal-graph.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The result is
2020
- better update locality,
2121
- fewer store updates during navigation,
2222
- substantially faster client-side navigation,
23-
- and Solid can now use its native signals.
23+
- the Solid adapter now uses native Solid signals internally.
2424

2525
## Old Model: One Broad Router State
2626

@@ -62,7 +62,7 @@ The broad surface is split into smaller stores with narrower responsibilities.
6262
- **per-match stores** grouped into pools of active matches, pending matches, and cached matches.
6363
- **derived stores** for specific purposes like "is any match pending"
6464

65-
`router.state` still exists as a compatibility snapshot for public APIs. It is just no longer the primary model that everything else hangs off.
65+
`router.state` still exists for public APIs, but it is now recomputed from the store graph instead of serving as the internal source of truth.
6666

6767
The new picture looks like this:
6868

@@ -139,7 +139,7 @@ Absolute counts are not directly comparable across frameworks, because React, So
139139

140140
<!-- ::end:tabs -->
141141

142-
These graphs are the most direct proof that change propagation got narrower.
142+
These graphs show that change propagation got narrower.
143143

144144
## Store Boundary: One Contract, Multiple Implementations
145145

0 commit comments

Comments
 (0)