Skip to content

Commit

Permalink
A couple more additions
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed May 4, 2016
1 parent 1c1e1f1 commit 8508473
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions actions.md
Expand Up @@ -80,6 +80,10 @@
https://github.com/jfairbank/redux-glue
Glue together actions to create testable, sequenced actions.

- **async-actions**
https://github.com/doordash/async-actions
Async action creator for use with redux and redux-thunk. Uses whatwg-fetch and dispatches IN_PROGRESS, SUCCESS, and FAIL events during the lifecycle of an async request.

#### Other Action Use Cases

- **redux-actionemitter**
Expand Down
3 changes: 3 additions & 0 deletions middleware.md
Expand Up @@ -172,6 +172,9 @@
https://github.com/rnsloan/redux-white-black
Redux middleware to execute a callback on action types using a whitelist or blacklist approach

- **redux-interceptor**
https://github.com/Simonify/redux-interceptor
redux-interceptor is a middleware for intercepting Redux actions and deferring their execution to a later time.


#### Sockets and Adapters
Expand Down
4 changes: 4 additions & 0 deletions reducers.md
Expand Up @@ -141,6 +141,10 @@
https://github.com/DerekCuevas/redux-meta-reducer
A redux higher order reducer to simplify the state of fetched data.

- **Indexed List Reducer Generator**
https://gist.github.com/elado/95484b754f31fcd6846c7e75de4aafe4
A high-order-reducer that manages dynamic indexed lists (by ID)

This comment has been minimized.

Copy link
@stoeffel

stoeffel May 4, 2016

Contributor

This sound interesting. Have to check it out

This comment has been minimized.

Copy link
@markerikson

markerikson May 4, 2016

Author Owner

Yeah, someone posted an issue in Redux that turned out to be mutation, and they later commented they'd written this as a solution for their issue. See reduxjs/redux#1623 .


#### Advanced Reducer Use Cases

Expand Down

0 comments on commit 8508473

Please sign in to comment.