REACT.js
Introduction
React.js is a JavaScript library for building user
interfaces.
Popular companies using react.js :
Facebook
Netflix
Reddit
Airbnd
Code Academy
Single page applications
A single template is rendered at a single time. The
template consists of different components. A
component is a js class or function that returns a html
or a jsx. Separate components are combined to a
parent component.
Introduction
React.js is a JavaScript library for building user
interfaces.
Popular companies using react.js :
Netflix
Airbnd
Code Academy
Single page applications
A single template is rendered at a single time. The
template consists of different components. A
component is a js class or function that returns a html
or a jsx. Separate components are combined to a
parent component.