Skip to content

Commit 5b4a33c

Browse files
authored
Merge pull request #126 from SantoJambit/fix-docs
Adding more links to Devtools.md
2 parents 0d9da1f + 06ecf99 commit 5b4a33c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
- [Extensions](reference/Extensions.md)
1414
- [Lifecycle Actions](reference/LifecycleActions.md)
1515
- [Usage with Typescript](reference/Typescript.md)
16+
- [Redux Devtools Extension](reference/Devtools.md)

docs/reference/ModuleStore.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ You can pass additional properties to `createStore` to further customize its usa
3333
- `extensions: IExtension[]`: Any extensions you want to run along with the store. See [Extensions](Extensions.md) for more info.
3434
- `enhancers: Enhancer[]`: Any Redux enhancers you want to add. These will automatically be composed together.
3535
- `advancedCombineReducers`: Provide a custom implementation of `combineReducers`, which can be helpful for working with libraries like ImmutableJS. [See Here](https://github.com/gajus/redux-immutable)
36+
- `advancedComposeEnhancers`: Override enhancer composition. Check out [Redux Devtools Extension](Devtools.md) for a sample usage.

0 commit comments

Comments
 (0)