Skip to content

Commit b757bee

Browse files
committed
compression too weird, back to mp4
1 parent 7c9dbc6 commit b757bee

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Routing is not one thing that changes all at once. A navigation changes specific
4444
The old model captured those pieces of state, but it flattened them into one main subscription surface. This is where the mismatch becomes visible:
4545

4646
<figure>
47-
<video src="/blog-assets/tanstack-router-signal-graph/before-granular-store-graph-2.webm" playsinline loop autoplay muted></video>
47+
<video src="/blog-assets/tanstack-router-signal-graph/before-granular-store-graph-2.mp4" playsinline loop autoplay muted></video>
4848
<figcaption>
4949
A video showing that on every stateful event in the core of the router, changes are propagated to every subscription across the entire application.
5050
</figcaption>
@@ -67,7 +67,7 @@ The broad surface is split into smaller stores with narrower responsibilities.
6767
The new picture looks like this:
6868

6969
<figure>
70-
<video src="/blog-assets/tanstack-router-signal-graph/after-granular-store-graph-2.webm" playsinline loop autoplay muted></video>
70+
<video src="/blog-assets/tanstack-router-signal-graph/after-granular-store-graph-2.mp4" playsinline loop autoplay muted></video>
7171
<figcaption>
7272
A video showing that on each stateful event in the core of the router, only a specific subset of subscribers are updated in the application.
7373
</figcaption>

0 commit comments

Comments
 (0)