css : Emotion / Styled-components
React 변수 : State
통신방법 : HTTP / Rest-API / Graphql-API
클릭시 다른 페이지 이동 : Static-Routing / Dynamic-Routing
next js 설치 : npx create-next-app
nest js 17버전 설치 (실무 ) : yarn add next@12.1.0 react@17.0.2 react-dom@17.0.2 --exact
emotion 설치
간결한 코드
태그에 의미 부여
코드 재사용성 증가
yarn add @emotion/react
yarn add @emotion/styled
graphql 설치 : yarn add @apollo/client graphql
Ant-Design 설치 : yarn add antd
Material-UI 설치 : yarn add @material-ui/core
- 보일러 플레이트
_app.js : 공통적인 페이지 모음
- CSS-IN-JS 방식