redraw strategy
This commit is contained in:
parent
44119f43f7
commit
4281773df9
7 changed files with 182 additions and 26 deletions
|
|
@ -6,7 +6,7 @@ This page aims to provide a comparison between Mithril and some of the most wide
|
|||
|
||||
### Code Size
|
||||
|
||||
One of the most obvious differences between Mithril and most frameworks is in file size: Mithril is around 4kb gzipped and has no dependencies on other libraries.
|
||||
One of the most obvious differences between Mithril and most frameworks is in file size: Mithril is around 5kb gzipped and has no dependencies on other libraries.
|
||||
|
||||
Note that while a small gzipped size can look appealing, that number is often used to "hide the weight" of the uncompressed code: remember that the decompressed Javascript still needs to be parsed and evaluated on every page load, and this cost (which can be in the dozens of milliseconds range for some frameworks in some browsers) cannot be cached.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue