Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 415 Bytes

File metadata and controls

3 lines (2 loc) · 415 Bytes

React is a component-based open source JavaScript library for building interfaces for single page applications. It is used for handling view layer for web and mobile apps. React allows you to design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.

More information about React can be found here.