Hacker News new | ask | show | jobs
by aidenn0 2909 days ago
I also use Mithril, and in my opinion, it's less "magical" than React in the sense that the GP is using[1].

When I ran into an issue using React, tracking it down was extremely difficult (by the end it was just "difficult" due to improved tooling around react). Mithril is small largely because of its simple implementation, which makes debugging a joy.

1: They seem to mean magical in the sense if "I'm never going to understand how it works"