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.