Overall review, if your application doesn't need all these extra stuff thatβ¦
Overall review, if your application doesn't need all these extra stuff that React provides, you should go with Mithril.
ο»Ώ
Pros
It's loading times are very fast. This is because it's templates are compiled first and then served to the browser. You can write Mithril views in JavaScript. Small size, good documentation and doesn't force you into a predefined structure. It also provides server-side rendering, virtual dom support, good debugging tools, easy to write tests, easy to reuse components, flux architecture patterns, and extensive SVG supports etc.
Cons
Small API can make it unsuitable for larger more complex projects. Heavy on memory compared to Mithril, not a complete solution as it mainly focuses on the view, and need to learn a new syntax etc.