Sets up Redux Author: Dan Levy View Source store/reduxSetup.js, line 9 Members # static constant store Creates the Redux store. Uses redux-thunk middleware. View Source store/reduxSetup.js, line 26 # inner constant composeEnhancers Gets the Redux developer tools extension if the app is running in dev mode. Otherwise, gets the Redux compose variable View Source store/reduxSetup.js, line 20