Martin Palmér
Results
1
comments of
Martin Palmér
Just another solution to get Redux DevTool to work: ``` import { createStore, compose, applyMiddleware } from 'redux'; import thunkMiddleware from 'redux-thunk'; import createLogger from 'redux-logger'; import rootReducer from '../';...