Skip to content

Commit f27be0d

Browse files
committed
Merge pull request reduxjs#630 from rackt/gaearon-patch-1
Mention that you need NPM to install things from NPM
2 parents 163e7fa + 6a4d9f0 commit f27be0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ npm install --save react-redux
4848
npm install --save-dev redux-devtools
4949
```
5050

51+
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).
52+
53+
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 `Redux` available as a global object, you can grab a pre-built version from [cdnjs](https://cdnjs.com/libraries/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/).
54+
5155
### The Gist
5256

5357
The whole state of your app is stored in an object tree inside a single *store*.

0 commit comments

Comments
 (0)