redux를 쓰는 이유는 다양하다.props가 없이도 모든 컴포넌트들이 state를 사용할 수 있게해준다.import {Provider} from 'react-redux';ReactDOM.render( <React.StrictMode>