Mithril

Mithril.js is a small, fast, client-side JavaScript framework designed for building single-page applications (SPAs). It offers a complete set of features including a virtual DOM, a component system, routing capabilities, and XHR utilities, all within a compact and dependency-free codebase.

Key facts

First appeared
2014
Category
web_framework
Problem solved
Mithril.js was created to address the perceived bloat, complexity, and performance limitations of some contemporary JavaScript frameworks for building SPAs. It aimed to provide a lightweight, high-performance, and opinionated-yet-flexible solution that offered a complete set of features without a large bundle size or steep learning curve for developers comfortable with vanilla JavaScript.
Platforms
web_browsers, node.js

Related technologies