Mithril.js
June 8, 2019 ยท View on GitHub
Mithril.js bindings for Lua.
Usage
local m = require 'mithril'
local js = require 'js'
m:render(js.global.document.body, 'Hello world')
Please Refer to Mithril.js.
NOTE: You can use Promise.ok instead of Promise.then.