Hello
Are there any working transformer like MSX? I want to use Mithril 1.0 without dealing m("div")functions. MSX is not updated for 2 years.
Have you tried? Because I find straight m() calls to be way better than MSX.
I tried both msx and m() unfortunately never get used to m() usage. It looks complicated to me.
You can use babel with a small annotation to have it replace things with m().
Most helpful comment
You can use babel with a small annotation to have it replace things with
m().https://babeljs.io/docs/plugins/transform-react-jsx/#custom