React
A JavaScript library for building user interfaces
...Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.
React lets you build user interfaces out of individual pieces called components. Create your own React components like Thumbnail, LikeButton, and Video. Then combine them into entire screens, pages, and apps.
Whether you work on your own or with thousands of other developers, using React feels the same. It is designed to let you seamlessly combine components written by independent people, teams, and organizations.
React components are JavaScript functions. ...