React.js: Difference between revisions

From air
Jump to navigation Jump to search
(Created page with "'''React is a JavaScript library for creating user interfaces. Its core principles are declarative code, efficiency, and flexibility. Simply specify what your component looks ...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''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.'''
'''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.'''


https://facebook.github.io/react/
* https://facebook.github.io/react/
* http://facebook.github.io/react/docs/tutorial.html


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.