You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ If you do not know what [Redux DevTools](https://github.com/gaearon/redux-devtoo
6
6
7
7
## Advantages
8
8
9
-
1. Simple implementation (only [1 line of code](https://github.com/zalmoxisus/redux-devtools-extension/commit/ffa804594008c585d28b3319bfcd4b87d5df384d) without importing anything!).
9
+
1. Simple implementation (only [1 line of code](https://github.com/zalmoxisus/redux-devtools-extension/commit/6c146a2e16da79fefdc0e3e33f188d4ee6667341) without importing anything!).
10
10
2. Having DevTools even in production without any drawbacks.
11
11
2. Keeping the DevTools up to date (Chrome extension is updated automatically).
12
12
3. Having Redux DevTools in a page without window (Chrome extensions’ background page).
@@ -21,8 +21,8 @@ If you do not know what [Redux DevTools](https://github.com/gaearon/redux-devtoo
21
21
22
22
#### 2. Use with your favorite Flux implementation
23
23
24
-
-**[Redux](https://github.com/rackt/redux)**
25
-
Just update your [configureStore](https://github.com/zalmoxisus/redux-devtools-extension/commit/ffa804594008c585d28b3319bfcd4b87d5df384d):
24
+
-**[Redux](https://github.com/rackt/redux)**<br/>
25
+
Just update your [configureStore](https://github.com/zalmoxisus/redux-devtools-extension/commit/6c146a2e16da79fefdc0e3e33f188d4ee6667341):
26
26
```javascript
27
27
constfinalCreateStore=compose(
28
28
applyMiddleware(thunk),
@@ -38,7 +38,7 @@ If you do not know what [Redux DevTools](https://github.com/gaearon/redux-devtoo
Just use [supportChromeExtension](https://github.com/zalmoxisus/freezer-redux-devtools#using-redux-devtools-chrome-extension) from `freezer-redux-devtools/freezer-redux-middleware`.
0 commit comments