Header banner
Revain logoHome Page
JOSE ANTONIO GOMEZ BUCAN photo
1 Level
5 Review
0 Karma

Review on Mithril by JOSE ANTONIO GOMEZ BUCAN

Revainrating 5 out of 5

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.

Similar reviews