August 2017
Beginner
374 pages
10h 41m
English
Now, we can use our previously created store enhancer:
let store = createStore(appReducer, {}, DevTools.instrument())
Replace the preceding line with this code:
let store = createStore(appReducer, {}, enhancer)
Read now
Unlock full access