document querystring support in routes
This commit is contained in:
parent
d4cb7959d4
commit
38634a0292
4 changed files with 26 additions and 5 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 less than 3kb 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 4kb 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