The performance advantage as compared to Mithril is not so much in ditching the complexity of the VDOM, but in not having to rerender (and then diff) the entire UI on every (possible) change.
Whether that's significant depends on what you're building of course.
Whether that's significant depends on what you're building of course.