Shrinking
This commit is contained in:
parent
71ce364c54
commit
679ee70117
4 changed files with 17 additions and 18 deletions
22
README.md
22
README.md
|
|
@ -1,11 +1,19 @@
|
|||
# Mithril.js
|
||||
# VNDB Fork of Mithril.js
|
||||
|
||||
[](https://www.npmjs.com/package/mithril)
|
||||
[](https://github.com/MithrilJS/mithril.js/blob/next/LICENSE)
|
||||
[](https://www.npmjs.com/package/mithril)
|
||||
[](https://www.npmjs.com/package/mithril)
|
||||
[](https://opencollective.com/mithriljs)
|
||||
[](https://mithril.zulipchat.com/)
|
||||
This is a shallow fork of [mithril.js](https://mithril.js.org/) with some
|
||||
functionality removed to save a few bytes. In particular:
|
||||
|
||||
- No routing
|
||||
- No XHR wrapper
|
||||
- No URL helper utilities
|
||||
- 'throw' errors instead of console.error() (nothing to do with size, just makes it easier to capture errors)
|
||||
|
||||
There's room for further optimization, but that easily runs into diminishing
|
||||
returns. This'll do for now.
|
||||
|
||||
(Original README below)
|
||||
|
||||
# Mithril.js
|
||||
|
||||
- [What is Mithril.js?](#what-is-mithriljs)
|
||||
- [Installation](#installation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue