Skip to content

Instantly share code, notes, and snippets.

@LazyFatArrow
Created April 1, 2017 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LazyFatArrow/2753ad88694cecf6798d25ba7d294fad to your computer and use it in GitHub Desktop.
Save LazyFatArrow/2753ad88694cecf6798d25ba7d294fad to your computer and use it in GitHub Desktop.
import { combineReducers } from 'redux';
export default combineReducers({
users: (state=[], action) => state
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment