Mithril.js – a Javascript MVC Framework – Hello World

Опубликовано: 04 Август 2026
на канале: Marcus Gustafsson
7,263
55

In this video I show how to code a simple hello world page with the javascript framework Mithril, for the browser. Mithril methods used are m.render and m.mount.

Mithril documentation:
https://mithril.js.org/

Mithril installation docs:
https://mithril.js.org/installation.html

html to mithril converter by Arthur Clemens:
http://arthurclemens.github.io/mithri...

Mithril js is a light-weight and actually faster alternative to larger mvc frameworks like react js.