From 48de9b20ca9556a488ff320c3df171014a0e3722 Mon Sep 17 00:00:00 2001 From: Tao Xin Date: Tue, 3 Oct 2023 09:01:49 -0700 Subject: [PATCH] Update summary for SSR performance --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d58b72d..cff11888 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Simplicity at its core. 5 major functions (`van.tags`, `van.add`, `van.state`, ` ### Performance -**VanJS** is among the fastest web frameworks, according to the [results](https://krausest.github.io/js-framework-benchmark/2023/table_chrome_117.0.5938.62.html) by [krausest/js-framework-benchmark](https://github.com/krausest/js-framework-benchmark). For SSR, **Mini-Van** is [**1.75X** to **2X** more efficient](https://github.com/vanjs-org/mini-van/tree/main/bench#react-vs-mini-van) compared to React. +**VanJS** is among the fastest web frameworks, according to the [results](https://krausest.github.io/js-framework-benchmark/2023/table_chrome_117.0.5938.62.html) by [krausest/js-framework-benchmark](https://github.com/krausest/js-framework-benchmark). For SSR, **Mini-Van** is [**1.75X** to **2.25X** more efficient](https://github.com/vanjs-org/mini-van/tree/main/bench#react-vs-mini-van) compared to React. ### TypeScript Support