Skip to content

Commit ae1f1f4

Browse files
committed
Add a note on cdnjs
1 parent 730710c commit ae1f1f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ Performant and flexible.
1111

1212
## Installation
1313

14+
React Redux requires **React 0.14 or later.**
15+
1416
```
1517
npm install --save react-redux
1618
```
1719

18-
React Redux requires **React 0.14 or later.**
20+
This assumes that you’re using [npm](http://npmjs.com/) package manager with a module bundler like [Webpack](http://webpack.github.io) or [Browserify](http://browserify.org/) to consume [CommonJS modules](http://webpack.github.io/docs/commonjs.html).
21+
22+
If you don’t yet use [npm](http://npmjs.com/) or a modern module bundler, and would rather prefer a single-file [UMD](https://github.com/umdjs/umd) build that makes `ReactRedux` available as a global object, you can grab a pre-built version from [cdnjs](https://cdnjs.com/libraries/react-redux). We *don’t* recommend this approach for any serious application, as most of the libraries complementary to Redux are only available on [npm](http://npmjs.com/).
1923

2024
## React Native
2125

0 commit comments

Comments
 (0)