Mithril's grown a bit (#2454)

Thank you all these freaking edge cases and perf bugs... :-(
This commit is contained in:
Isiah Meadows 2019-07-05 18:55:45 -04:00 committed by GitHub
parent 90bcff0fa7
commit 7eee730c29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -13,12 +13,12 @@
### What is Mithril?
Mithril is a modern client-side JavaScript framework for building Single Page Applications.
It's small (< 8kb gzip), fast and provides routing and XHR utilities out of the box.
It's small (< 10kb gzip), fast and provides routing and XHR utilities out of the box.
<div style="display:flex;margin:0 0 30px;">
<div style="width:50%;">
<h5>Download size</h5>
<small>Mithril (8kb)</small>
<small>Mithril (9.5kb)</small>
<div style="animation:grow 0.08s;background:#1e5799;height:3px;margin:0 10px 10px 0;transform-origin:0;width:4%;"></div>
<small style="color:#aaa;">Vue + Vue-Router + Vuex + fetch (40kb)</small>
<div style="animation:grow 0.4s;background:#1e5799;height:3px;margin:0 10px 10px 0;transform-origin:0;width:20%"></div>