- 모든 장치에서 잘 보이는 웹 페이지를 만드는 것
- 다양한 화면 크기와 뷰포트에 맞게 자동으로 조정
<meta name="viewport" content="width=device-width, initial-scale=1.0">
# npm
npm i react-responsive
# yarn
yarn add react-responsive
# npm
npm install @types/react-responsive
# yarn
yarn add @types/react-responsive