Benchmarking Angular, React and Vue for small web applications

Click for: original source

A benchmark and comparison article by Abhay Srivastav about comparing 3 main JavaScript frameworks for small web projects. These are Angular, React and Vue. In the article author takes more practical approach to compare these 3 frameworks by creating a simple application using each of them.

Author walks you through building sample application (Movies of 2018). Application makes an api call, to get the movies having the word “Love” in their title, in the year 2018 and displays them in tabular format. You can sort the movies according to year and name. The links to the application hosted on Github are provided.

Author selected simple comparison criteria:

  • JS bundle size
  • First Contentful Paint (FCP)
  • Learning curve

Simple methodology for both criteria are explained. For First Contentful Paint author uses limitations to make xperience more real life like. CPU and Network throttling is set to: Fast 3G, 4x CPU slowdown. To see which result, click for the whole article!

[Read More]

Tags programming miscellaneous learning