Which should I learn: Mithril, Vue, or Angular?

Tuesday, December 15, 2015

Mithril isn't only incredibly efficient – it's also got an incredibly small API and is incredibly quick to learn as a result. I find it far more intuitive: its simple API allows you to get simple things done much quicker, but crucially when you have a complicated scenario I find it easier to reason about the problems with Mithril than the other larger frameworks, which tend to need more of a deep understanding of the codebase to solve generic problems. But it' also very young, and doesn't have any big commercial names backing it.



Angular (backed by Google) has the most crowded community and contributer network. Also the earliest version of these new generation frameworks. Now it kinda got old and even own developers making core design changes for Angular v2.

React (backed by Facebook) is getting more famous everyday. It is not a complete solution like Angular and has a total different paradigm. Once you learn Angular v1, adapting to React is not that easy. But many developers did it, just for sake of better performance.

Vue on the other hand is like a better version of Angular v1 and while Angular v2 is still baking Vue is a ready to use framework with most of fixes in Angular v2. It is easier to jump from Angular v1 to Vue and it even has a better performance than React. It's not that much known as others, which means smaller community though.



READ MORE

You Might Also Like

0 comments