I am looking for a front end b frame work to pick up and looking at Mithril. Just from reading some of the docs it looks good on the surface but I haven't actually used it in anything so there could be pitfalls I am unaware of. I am curious if anybody has experience with it and what your thoughts are.
I know React is the hot thing right now for components, but Mithril looks better and really attractive to me. I just don't want to waste my time if there's fundamental problems with it.
I had a bit of trouble convincing it to redraw when I though it should, and ended up throwing in way more m.redraw()'s than I probably should have, but it works, it's responsive, it's fast (if you couldn't tell that already from it's benchmarks), and it's fun (for me at least).
*Note: I haven't bothered looking into React yet, so I have no real comparison between the two. But Mithril suits my style of development, and that's good enough for me.
P.S. The templates look really nice in CoffeeScript too, for what it's worth.