본문 바로가기

카테고리 없음

2020-11-22 16시 개발자 글 모음 | "[Next.js] Next.js의 기" 외 2개 이야기

쿠베라에 대한 추측 by 강동윤


    if(kakao) 후기 및 세션 추천 by 김진환

    • in Eudaimonia and Co


    [Next.js] Next.js의 기본 구조 by 이건 about HTML

    • pageProps} /> } // Only uncomment this method if you have blocking data requirements for // every single page in your application
    • getInitialProps = async (appContext) => { // // calls page's `getInitialProps` and fills `appProps
    • NextScript } from 'next/document' class MyDocument extends Document { static async getInitialProps(ctx) { const initialProps = await Document