Redux reducer sample for React JS

// Import all types import * as Types from "../actions/types"; const init = { data: {}, pagination: {}, error: {},