AngularJS is an MVC - model, view, controller where React is just the view. AngularJS is a "complete" framework where React is just 1 piece of a project.
With AJS, you get most of what you need right off the bat. With React, you need to combine it with other packages to get the most out of it.