--- id: downloads title: Downloads layout: single --- Download the starter kit to get everything you need to [get started with React](/react/docs/getting-started.html).
Download Starter Kit {{site.react_version}}
## 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](/react/docs/syntax.html) in JavaScript. ## Bower ```sh $ bower install react ``` ## NPM ```sh $ 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.