React.js: Difference between revisions
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 |
||
| 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: |
||
Revision as of 07:20, 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:
- TODOMVC with React.js https://facebook.github.io/react/