Skip to content

Instantly share code, notes, and snippets.

@csantiago132
Last active February 25, 2020 00:43
Show Gist options
  • Select an option

  • Save csantiago132/0d2bc0b5e18fce613d70a6232f5ca42e to your computer and use it in GitHub Desktop.

Select an option

Save csantiago132/0d2bc0b5e18fce613d70a6232f5ca42e to your computer and use it in GitHub Desktop.
import { reducers } from '../path'
/**
* Combines all reducers into one to create the root reducer of the
* application
*
* @param {object} reducers
*/
export const combineReducer = (reducers) => {
const globalState = {};
const test = {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment