Mi Lugarcito
React with TypeScript - Slacks //폴더구조 본문
webpack.config.ts에서 설정하는 historyApiFallback:true는 아주 중요하다!
폴더 구조
npm i react-router react-router-dom
npm i -D @types/react-router @types/react-router dom
//페이지 단위로 코드 spliting 하기
//알아서 코드 spliting, 알아서 코드 불러온다.
npm i @loadable/componentnpm i @loadable/component
//style
npm i @emotion/react
'React & Next.js' 카테고리의 다른 글
React & Nodejs & MongoDB - Blog Setting & Login & Register (프런트 + 백엔드) (0) | 2021.04.17 |
---|---|
React & Nodejs & MongoDB - 쇼핑몰 만들기 & error 잡기 (0) | 2021.04.15 |
React with TypeScript - Slacks // setting (react, babel, webpack 설정편) (0) | 2021.04.12 |
React - Setting & Movie App 만들기 완료 (0) | 2021.04.11 |
React & nest.js - slecks 채팅 만들기 / setting (0) | 2021.03.29 |