Skip to content

Instantly share code, notes, and snippets.

@StevenACoffman
Last active December 11, 2018 08:41
Show Gist options
  • Select an option

  • Save StevenACoffman/6f93e50d213105452d4a0c7cf5ae8d00 to your computer and use it in GitHub Desktop.

Select an option

Save StevenACoffman/6f93e50d213105452d4a0c7cf5ae8d00 to your computer and use it in GitHub Desktop.
React_vs_Vue

Reading the Tea Leaves: React vs Vue

It is very, very hard for any company to carry a platform on its own. The more other companies contribute to that platform, by writing software that works on or with the platform, the more that weight is lifted off the creator's shoulders and shared by others.

We rely on libraries and frameworks to accelerate our productivity. The more popular those libraries and frameworks are, the richer the ecosystem surrounding them. Community resources like Stack Overflow questions, pre-existing components, being able to google an error message, etc. all enhance a developer's productivity.

At present, React appears to be seeing far more active usage than Vue.js, but React has been around longer. React also has far more active contributors, and has consistently been getting more commits.

Will Vue eventually catch up or supplant React? Time will tell, but I tried to look at the current trends.

Stack Overflow Trends

Npm Charts

Google Trends

React Dev Tools

vue dev tools

Sources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment