Skip to content

Commit

Permalink
docs: more size estimates
Browse files Browse the repository at this point in the history
  • Loading branch information
mausworks committed Feb 19, 2024
1 parent 9d45373 commit d9dabde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d9dabde

Please sign in to comment.