You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This graph shows the duration of 10 navigations going from 75ms on <code>main</code> (grey) to 60ms on <code>refactor-signals</code> (blue).
211
+
This graph shows the duration of 10 navigations on <code>main</code> (grey) and on <code>refactor-signals</code> (blue).
212
212
</figcaption>
213
213
</figure>
214
214
@@ -225,7 +225,7 @@ There is also a bundle-size tradeoff. In our synthetic bundle-size benchmarks, m
225
225
#### React
226
226
227
227
<figure>
228
-
<img src="/blog-assets/tanstack-router-signal-graph/bundle-size-history-react.png" alt="A graph the history of the bundle size of a synthetic tanstack/react-router app, gaining 1KiB gzipped with this latest change">
228
+
<img src="/blog-assets/tanstack-router-signal-graph/bundle-size-history-react.png" alt="A graph of the history of the bundle size of a synthetic tanstack/react-router app, gaining 1KiB gzipped with this latest change">
229
229
<figcaption>
230
230
Only relative changes matter in this benchmark, they are based on arbitrary apps and absolute sizes are not representative.
231
231
</figcaption>
@@ -234,7 +234,7 @@ Only relative changes matter in this benchmark, they are based on arbitrary apps
234
234
#### Solid
235
235
236
236
<figure>
237
-
<img src="/blog-assets/tanstack-router-signal-graph/bundle-size-history-solid.png" alt="A graph the history of the bundle size of a synthetic tanstack/solid-router app, shedding 1KiB gzipped with this latest change">
237
+
<img src="/blog-assets/tanstack-router-signal-graph/bundle-size-history-solid.png" alt="A graph of the history of the bundle size of a synthetic tanstack/solid-router app, shedding 1KiB gzipped with this latest change">
238
238
<figcaption>
239
239
Only relative changes matter in this benchmark, they are based on arbitrary apps and absolute sizes are not representative.
240
240
</figcaption>
@@ -243,7 +243,7 @@ Only relative changes matter in this benchmark, they are based on arbitrary apps
243
243
#### Vue
244
244
245
245
<figure>
246
-
<img src="/blog-assets/tanstack-router-signal-graph/bundle-size-history-vue.png" alt="A graph the history of the bundle size of a synthetic tanstack/vue-router app, gaining 1KiB gzipped with this latest change">
246
+
<img src="/blog-assets/tanstack-router-signal-graph/bundle-size-history-vue.png" alt="A graph of the history of the bundle size of a synthetic tanstack/vue-router app, gaining 1KiB gzipped with this latest change">
247
247
<figcaption>
248
248
Only relative changes matter in this benchmark, they are based on arbitrary apps and absolute sizes are not representative.
0 commit comments