Files
react/docs/downloads.md
T
Paul O’Shannessy 86eeef1ccd Update bower install command
Fixes #21
2013-05-30 11:49:57 -07:00

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.