Skip to content

Conversation

timche
Copy link
Member

@timche timche commented Aug 15, 2016

No description provided.

README.md Outdated
import { createAction, handleAction, handleActions } from 'redux-actions';
```

If you don’t use npm, you may grab the latest [UMD](https://npmcdn.com/redux-actions@latest/dist) build from [npmcdn](https://npmcdn.com) (either a [development](https://npmcdn.com/redux-actions@latest/dist/redux-actions.js) or a [production](https://npmcdn.com/redux-actions@latest/dist/redux-actions.min.js) build). The UMD build exports a global called `window.ReduxActions` if you add it to your page via a `<script>` tag. We *don’t* recommend UMD builds for any serious application, as most of the libraries complementary to Redux are only available on [npm](http://npmjs.org).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we bold, CAPS, linkify, or monospace npm?

What are some libraries complementary to Redux that are only available on NPM? Would it be worth listing some?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, when will the files on the CDN exist? When they are published?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we bold, CAPS, linkify, or monospace npm?

The second npm is linkified, I will do it for the first one as well, good catch.

What are some libraries complementary to Redux that are only available on NPM? Would it be worth listing some?

Well, there are tons of packages 🙈 I've just adopted from react-redux.

Also, when will the files on the CDN exist? When they are published?

They are available on npmcdn as soon as we are publishing this to npm. There is no additional effort for us.

@timche timche force-pushed the feat/umd branch 2 times, most recently from 70d4008 to 654c9ee Compare August 16, 2016 08:13
@timche
Copy link
Member Author

timche commented Aug 16, 2016

@yangmillstheory ready for another review!

@yangmillstheory
Copy link
Contributor

LGTM. Thanks!

@timche timche merged commit 6675385 into master Aug 19, 2016
@timche timche deleted the feat/umd branch August 19, 2016 07:23
@timche timche mentioned this pull request Aug 20, 2016
@yangmillstheory yangmillstheory mentioned this pull request Sep 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants