Skip to content

Instantly share code, notes, and snippets.

@kiok46
Created June 10, 2018 10:25
Show Gist options
  • Save kiok46/d9b04c101a4b41f53a22c1559d7ccf58 to your computer and use it in GitHub Desktop.
Save kiok46/d9b04c101a4b41f53a22c1559d7ccf58 to your computer and use it in GitHub Desktop.
Redux, Store, Actions, Reducers and logger: Get Started and a little further (1)
import { combineReducers } from 'redux';
export default combineReducers({
temp: () => {return {}}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment