Closed sandervanhooft closed 8 years ago
You need to connect your store to the dev tools: https://github.com/zalmoxisus/redux-devtools-extension#22-advanced-store-setup
Apollo Client does this automatically for the internal store, but when you make it yourself you need to do that configuration.
Works like a charm, thanks! I'd suggest to include this in the docs?
I guess it's a Redux thing, not an Apollo thing - but I'd support just adding the dev tools middleware in that code snippet. We don't want to get too deep into documenting all of Redux, I think.
Mind submitting a PR?
@stubailo Done!
Hi,
I've used the docs to integrate Apollo with a customized redux store.
console.log(store.getState())
works perfectly, however the redux dev tools now seem unable to connect. Any clue?