Skip to content

Instantly share code, notes, and snippets.

@ryandrewjohnson
Last active February 27, 2018 03:09
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 ryandrewjohnson/74c3a8362179ce6365545262eebda654 to your computer and use it in GitHub Desktop.
Save ryandrewjohnson/74c3a8362179ce6365545262eebda654 to your computer and use it in GitHub Desktop.
const languages = (state = [], action) => {
// reducer logic here
};
const translations = (state = {}, action) => {
// reducer logic here
}
const rootReducer = combineReducers({languages, translations});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment