[nextjs] next.config.js 내부의 reactStrictMode 설정
이 글은 create-next-app으로 프로젝트를 생성했을 때, next.config.js 내부의 reactStrictMode가 무엇인지에 대해 알아보도록 하자. nextjs에서 next.config.js를 통해 custom 설정을 진행한다. 관련된 기초내용은 아래의 글을 참고하자. next.config.js 기초 정리 프로젝트를 시작한 후에 next.config.js 내부의 코드를 보면 아래와 같다. /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, swcMinify: true, } module.exports = nextConfig 위의 nextConfig의 설정 중에 reactStrictMode에 ..
Web/nextjs
2022. 9. 18. 19:52
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- DFS
- nodejs
- next.config.js
- Python
- login
- error:0308010C:digital envelope routines::unsupported
- JavaScript
- Express
- Vue
- react
- NextJS
- mongoDB
- Deque
- BFS
- useHistory 안됨
- useState
- pandas
- read_csv
- typescript
- react autoFocus
- nextjs autoFocus
- django
- TensorFlow
- logout
- 자료구조
- vuejs
- Queue
- 클라우데라
- UserCreationForm
- 자연어처리
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함