From d9dabdef0fe3e4c99da47a5e92721cdb9dc2d90e Mon Sep 17 00:00:00 2001 From: mausworks Date: Mon, 19 Feb 2024 21:35:36 +0100 Subject: [PATCH] docs: more size estimates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db80310..beb4c68 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ store: 245 bytes, 213 gzipped So, that means if you import everything; Tyin will add ~1300 bytes to your bundle size, and the most minimal implementation (importing just `tyin`) would only add ~350 bytes. -But this all depends on your bundler and configuration. In real-life scenarios it is often less. For dott.bio—using the `export-object.js` variant measured above—Tyin adds 550 bytes (according to `next/bundle-analyzer`). +But this all depends on your bundler and configuration. In real-life scenarios it is often less. For dott.bio—using the `export-commob.js` variant measured above—Tyin adds 550 bytes (according to `next/bundle-analyzer`). ## Framework comparison