ReactJs, or React, is a JavaScript library for building user interfaces (UIs). It was built by Facebook and later released as an open source library.
Its focus is more on a declarative, component-based way of UI development. It's equally as popular as the Angular framework for building modern web frontends.
A great starting place for learning about React is to go through the documentation, tutorials, and blogs at https://facebook.github.io/react/.