일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- JavaScript
- design pattern
- 장고
- 리액트 훅
- 디자인 패턴
- websocket
- NextJS
- codesandbox
- 자바 공부
- 코틀린
- 리액트
- react
- react firebase
- vanillaJS
- 코딩테스트 고득점 Kit
- React JS
- 데이터모델링과마이닝
- 백준
- useState
- 프로그래머스
- 자바
- react hook
- 프로그래머스 자바
- 코딩테스트 고득점 Kit 완전탐색
- 프로그래밍 언어론
- 프로그래머스 완전탐색
- 컴퓨터 네트워크
- 자바스크립트
- useEffect
- Java
Archives
- Today
- Total
목록getStaticProps (1)
기록하는 개발자
[NextJs] getStaticProps와 getServerSideProps
getStaticProps If you export a function called getStaticProps (Static Site Generation) from a page, Next.js will pre-render this page at build time using the props returned by getStaticProps. → page에서 getStaticProps(SSG)를 통해 함수를 export 하면, Next.js는 getStaticProps를 통해 return된 props를 사용하여 해당 page를 build time에 pre-render 할 것이다. https://nextjs.org/docs/pages/building-your-application/data-fetching/g..
Web/NextJs
2023. 5. 9. 16:34