const [state, dispatch] = useReducer(reducer, initialState);
const [state, dispatch] = useReducer(reducer, { count: 0 });