React or Angular
I need to choose React library or Angular framework for my project. Both technologies are popular. I have been working with jQuery for 5 years, but now I want change it.
Angular (Google) is MVC framework, it is written in TypeScript. Special HTML templating is Angular’s programming “language”.
React (Facebook) is library for View (V). It works with native Javascript, but also have JSX (JavaScript Extend) support. If you are learning React, also need learn Reduxe (or Flux), and Ajax libraries. React lacks some technologies.
I have found benchmarks on Internet. React is faster than Angular, but startup with Angular is faster, if you work in team.
I think — Angular is best salution for an animation, one page sites. But my project will be multipage site. And for my choice helped my Netflix, who chose React technology.
And now I’m learning React library.
