mercredi 17 janvier 2018

ReactJS | JavaScript library for building user interfaces



React - A JavaScript library for building user interfaces


JavaScript library for building user interfaces. It is maintained by Facebook, Instagram and a community of individual developers and corporations




In computing, React (sometimes styled React.js or ReactJS) is a JavaScript library for building user interfaces.

It is maintained by Facebook, Instagram and a community of individual developers and corporations.

React allows developers to create large web-applications that use data and can change over time without reloading the page. It aims primarily to provide speed, simplicity, and scalability. React processes only user interfaces in applications. This corresponds to View in the Model-View-Controller (MVC) pattern, and can be used in combination with other JavaScript libraries or frameworks in MVC, such as AngularJS.