Y
Hacker News
new
|
ask
|
show
|
jobs
by
vvpan
4037 days ago
You mean how the DOM is constructed via JS functions? There's this project to fix it:
https://github.com/insin/msx
1 comments
keslag
4037 days ago
Thanks for this, I was looking for something that could keep me using Mithril.
link
insin
4037 days ago
FYI, you can use Babel to transpile JSX for Mithril by putting this in .babelrc:
{ "jsxPragma": "m" }
link