React.js: Difference between revisions

From air
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 6: Line 6:
Exemple:
Exemple:
* TODOMVC with React.js https://facebook.github.io/react/
* TODOMVC with React.js https://facebook.github.io/react/

Livre : Azat Marda, [https://www.manning.com/books/react-quickly React Quickly], Pub. Manning, 2016.

Latest revision as of 07:21, 21 February 2016

React is a JavaScript library for creating user interfaces. Its core principles are declarative code, efficiency, and flexibility. Simply specify what your component looks like and React will keep it up-to-date when the underlying data changes.

Exemple:

Livre : Azat Marda, React Quickly, Pub. Manning, 2016.