Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- sanity
- 마지막수업
- 백수린
- 감정기복을줄이고더행복한삶을위한49가지지침서
- 영어공부
- 힐링그잡채
- 가벼운마음
- 더빠르게실패하기
- 타입스크립트
- 호리에다카후미
- 장이나
- 코딩천재
- 사는이유
- 자바스크립트set
- 박여름
- 보통의언어들
- 그릿
- 북스타그램
- 기분을태도로만들지않는49가지방법
- 책
- 패배의신호
- 보편의단어
- 기분을태도로만들지않는49가지 방법
- 독서
- 밀라논다
- 자바스크립트함수
- 장인서
- 동빈나
- NextJS
- 역행자
Archives
- Today
- Total
미미의 메모장
[Next.js] 사용한 라이브러리 본문
캐러셀 라이브러리
yarn add react-multi-carousel
마크다운 뷰어
npm install react-markdown
yarn add remark-gfm
테일윈드 타이포그래피
npm install -D @tailwindcss/typography
tailwind.config.js에 아래 내용 추가
plugins: [require("@tailwindcss/typography")],
react icon
yarn add react-icons
react-syntax-highlighter
yarn add react-syntax-highlighter
yarn add -D @types/react-syntax-highlighter
node mailer (yup:유효성 검사)
yarn add yup nodemailer
yarn add -D @types/nodemailer
SWR 네트워크 상태 라이브러리 (React Hooks for Data Fetching)
yarn add swr
사용자 로그인 NextAuth.js
yarn add next-auth
react spinners
yarn add react-spinners
timeago.js
npm install timeago.js
auth.js(로그인 기능)
yarn add next-auth
sanity 데이터베이스 (저장소)
yarn add @sanity/client
'memo > Front-End💙' 카테고리의 다른 글
[Next.js] 프로젝트 셋업 (0) | 2023.06.22 |
---|---|
[Next.js] Headless CMS란? (0) | 2023.06.19 |
[Next.js] 서버 컴포넌트 / 클라이언트 컴포넌트 (0) | 2023.06.09 |
[Next.js] 정적 라우팅 & 동적 라우팅 (0) | 2023.06.09 |
[Next.js] 개발 환경 및 실행 (0) | 2023.06.09 |