Mithril vs. Angular vs. React | JavaScript for Line of Business Applications | Scoop.it

The Mithril authors are brilliant and onto something with their tiny 5KB, easy-to-learn JavaScript MVC library.

Mithril gives you hierarchical MVC, URL routing, customizable data binding, and safe-by-default templates with intelligent DOM diff-ing for high-performance rendering. And unlike other frameworks, Mithril does not require you to extend from base classes, allowing you to structure your code however you prefer. Mithril is orthogonal to the module system and compiled syntaxes you use, so you are free to use ES3, ES5 or ES6, asynchronous module definitions, commonJS modules, browserify, TypeScript, sweet.js, babel.js, browserify, and so on.