19 Commits

Author SHA1 Message Date
Daniel Cefram Ramirez
46028a584e Update example for conditional applyMiddleware
The example of the tip for apply a middleware threw some errors to me. The reason is because an array was passed to applyMiddleware.

We should pass each elem of the array as an argument first to get it to work.
2016-02-18 16:12:05 +08:00
Dan Abramov
dc5fdb4ae6 Update docs to use the simplified enhancer application 2016-01-28 17:01:21 +00:00
Lee Bannard
9bfefed90b Fix lint errors for docs/api 2015-10-27 12:53:25 +00:00
Daniel Bugl
e75a26e526 update applyMiddleware.md to React 0.14 2015-10-15 18:46:46 +02:00
J. Andrew Brassington
4f32be9a8a Fix typo (docs/api/applyMiddleware)
Line 235: "poweful" => "powerful"
2015-10-05 13:49:18 -07:00
G. Kay Lee
0beb85a8c0 Update applyMiddleware.md
Update an outdated example which contains obsolete `react-redux` API usage
2015-10-02 18:23:04 +08:00
Dmitry Minkovsky
a6f4042abf Docs: applyMiddleware API
Moved logging example to the top.

Logging is the canonical example of a cross-cutting concern. It is
(or should always be) the first example of implementing a cross
cutting concern, followed by more exotic things like async thunks.
2015-09-17 11:18:06 -04:00
Dan Abramov
c6ac7ab497 Update applyMiddleware.md 2015-08-21 13:58:02 +03:00
Slava Shklyaev
0c0434d4b5 Add a tip about conditionally applying middleware 2015-08-21 13:32:31 +03:00
Ken Carpenter
bf09657bb8 Update applyMiddleware.md 2015-08-14 11:24:25 -07:00
Ken Carpenter
e346d20e38 Minor help text improvements 2015-08-14 11:23:31 -07:00
Dan Abramov
5b1645cceb USe combineReducers like everywhere 2015-08-05 02:45:10 +03:00
Dan Abramov
caba7ea1b8 Merge typo fixes 2015-07-30 22:18:49 +03:00
Dan Abramov
1709fc9696 Intent -> Async Action 2015-07-30 20:07:18 +03:00
Mateusz Zatorski
a1a63d0a7c fix typo 2015-07-30 11:29:45 +01:00
Mateusz Zatorski
5be91d5f23 🙈 fix epic typo 2015-07-30 08:08:19 +01:00
Mateusz Zatorski
a76165d9ab fix previously trimmed trailing white spaces 2015-07-30 06:50:50 +01:00
Mateusz Zatorski
94049150b1 fix some typos in the new docs 2015-07-30 06:44:13 +01:00
Dan Abramov
ac3858ef6a Move and do stuff 2015-07-29 18:20:45 +03:00