반응형
React — A JavaScript UI library
React is a JavaScript library for building user interfaces. It’s efficient and flexible enough to work with the libraries and frameworks that you already use.
Homepage: http://facebook.github.io/react/
GitHub: https://github.com/facebook/react
Docs: http://facebook.github.io/react/docs/getting-started.html
GitHub: https://github.com/facebook/react
Docs: http://facebook.github.io/react/docs/getting-started.html
Declarative
React uses a declarative paradigm that makes it easier to reason about your application.
Efficient
React computes the minimal set of changes necessary to keep your DOM up-to-date.
Flexible
React works with the libraries and frameworks that you already know.
Getting Started
JSFiddle
The easiest way to start hacking on React is using the following JSFiddle Hello Worlds
Starter Kit
Download the starter kit to get started.
반응형
'프로그래밍 > Script' 카테고리의 다른 글
[APP] Android example app with PhoneGap and JQM in Holo style (0) | 2013.06.20 |
---|---|
energize.js - A tiny JavaScript snippet to make links snappy on touch devices (0) | 2013.06.20 |
JSHint 2.0 — JavaScript error detection (0) | 2013.06.20 |
[jQuery] 유용한 jQuery 코드 미리보기 (0) | 2013.06.20 |
Bootstrap - front-end framework (0) | 2013.06.19 |