mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
86eeef1ccd
Fixes #21
1.1 KiB
1.1 KiB
id, title, layout
| id | title | layout |
|---|---|---|
| downloads | Downloads | single |
Download the starter kit to get everything you need to get started with React.
Individual Downloads
React Core {{site.react_version}} (production)
The compressed, production version of React core
React Core {{site.react_version}} (development)
The uncompressed, development version of React core with inline documentation.
JSX Transform
The JSX transformer used to support XML syntax in JavaScript.
Bower
$ bower install --save react
NPM
$ npm install -g react-tools
Release Notes
0.3 Initial public release.
0.2 Standardize API & refactor component lifecycle. Normalize DOM interactions.
0.1 Initial release.