Open jiho3894 opened 2 years ago
개선을 전혀하지않은 상태
Suspense , Lazy loading 도입
const Header = lazy(() => import("./Header")); const IntroHome = lazy(() => import("../pages/IntroHome")); const Profile = lazy(() => import("../pages/Profile")); ...
이미지 리사이징을 위한 라이브러리 설치 npm i react-image-file-resizer
npm i react-image-file-resizer
추후 번들링과 이미지 리사이징 세부화 작업이후 점수를 더욱 개선할예정
개선을 전혀하지않은 상태
Suspense , Lazy loading 도입
이미지 리사이징을 위한 라이브러리 설치
npm i react-image-file-resizer
추후 번들링과 이미지 리사이징 세부화 작업이후 점수를 더욱 개선할예정