const reducer = (state = initialUsersState, action) => {

  const newState = Object.assign({}, state);

  switch (action.type) {