❌ mapDispatchToProps 메서드를 사용해야만 dispatch.props 를 사용할 수 있는 것이 아님
const{ dispatch }= props;
By default, a connected component receives props.dispatch and can dispatch actions itself.
connect can accept an argument called mapDispatchToProps, which lets you create functions that dispatch when called, and pass those functions as props to your component.