React.js
React.js is a an open-source JavaScript library developed by Facebook for building dynamic and interactive user interfaces.
It allows you to create reusable UI components. It is updating and rendering changes in the DOM using a virtual DOM, which improves the performance.