Hacker News new | ask | show | jobs
by insin 4037 days ago
FYI, you can use Babel to transpile JSX for Mithril by putting this in .babelrc:

    {
      "jsxPragma": "m"
    }