Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
SpringDDWong committed Jul 13, 2021
1 parent 6693363 commit 07ce00f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ yarn add use-redux-saga

### Reducers
`use-redux-saga` required to init with the static reducers before combinedReducers.
The way to insert reducer is based on [react redux document - code splitting](https://redux.js.org/usage/code-splitting)
The way to insert reducer is based on [react redux document - code splitting](https://redux.js.org/usage/code-splitting).

P.S. createReducerManager and setRunSaga have zero dependencies. If you are aiming to use only one of them. you could simply ingore another init method.

```javascript
// Your reducers object before combinedReducers
Expand Down

0 comments on commit 07ce00f

Please sign in to comment.