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

Thanks for this, I was looking for something that could keep me using Mithril.
FYI, you can use Babel to transpile JSX for Mithril by putting this in .babelrc:

    {
      "jsxPragma": "m"
    }