Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 233 Bytes

nextjs.md

File metadata and controls

15 lines (10 loc) · 233 Bytes

Parameter of Page Component in getInitialProps

PageComponent.getInitialProps({req, res}) {

}

Parameter of Custom App Component in getInitialProps

CustomApp.getInitialProps(Component, ctx: {req, res}) {

}