Sign in
Log inSign up

What are all the features that Angular has which React is missing?

Juanita Sutton's photo
Juanita Sutton
·Nov 29, 2016

The question might seem basic at first, but what I mean to actually ask is, and I'm curious about is; what is the minimum set of libraries (along with some names, if you may) in the React ecosystem that I need to have in my project; for it to be comparable with the default feature set that Angular 2 provides out of the box.

I'm well aware of the fact that React is just a view library, and Angular is a full blown framework. As an instance Angular comes inbuilt with a router, but where as in React, you need something like react-router to achieve this; my question is what other libraries in the React ecosystem are needed for a React project to achieve a functionality closer to the one provided by Angular out of the box.