|
|
|
@ -3200,7 +3200,7 @@ Several open source libraries are used:
|
|
|
|
|
- [redux-thunk](https://github.com/gaearon/redux-thunk)
|
|
|
|
|
- [react-router-redux](https://github.com/reactjs/react-router-redux)
|
|
|
|
|
|
|
|
|
|
We created two other custom middleware functions to simplify the development:
|
|
|
|
|
We created two other custom middleware functions for our needs:
|
|
|
|
|
|
|
|
|
|
- **API middleware** -- The middleware filters out all actions with the *type* set to `recodex-api/CALL`,
|
|
|
|
|
sends a real HTTP request according to the information in the action.
|
|
|
|
|