Hacker News new | ask | show | jobs
by keslag 4037 days ago
Thanks for this, I was looking for something that could keep me using Mithril.
1 comments

FYI, you can use Babel to transpile JSX for Mithril by putting this in .babelrc:

    {
      "jsxPragma": "m"
    }