-
Notifications
You must be signed in to change notification settings - Fork 0
JS Framework Comparison
Josh Cohen edited this page Oct 21, 2018
·
5 revisions
Summary of meeting:
Comparison of three major Javascript frameworks: React, Angular, and Vue. Here are some key takeaways:
- React and Angular are the two most popular frameworks, while Vue is a up and coming.
- Angular is the toughest to learn while Vue is seen as the easiest.
- Angular and Vue are frameworks, while React is a library that can easily be dropped into projects
- Agular - Typescript, React - JSX, Vue - Javascript
- Choosing which one works best for you is situational, depending on team size, experience, and project needs