Skip to content

Commit 0698545

Browse files
committed
Add note about combineReducers in AsyncActions documentation
1 parent cd707c3 commit 0698545

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/advanced/AsyncActions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ There are a few important bits here:
201201
202202
Before going into the details of dispatching actions together with network requests, we will write the reducers for the actions we defined above.
203203
204+
>##### Note
205+
206+
> Here, it is assumed that you understand reducer composition with [`combineReducers()`](../api/combineReducers.md), as described in the [Splitting Reducers](../basics/Reducers.md#splitting-reducers). If you don’t, please read it first.
207+
204208
#### `reducers.js`
205209
206210
```js

0 commit comments

Comments
 (0)