Next.js Interview Questions and Answers
Question: Explain the purpose of 'getInitialProps' in Next.js.Answer: 'getInitialProps' is a lifecycle method in Next.js that allows you to fetch data on the server and pass it as props to your page. It is commonly used in older versions of Next.js. |
Save For Revision
Bookmark this item, mark it difficult, or place it in a revision set.
Log in to save bookmarks, difficult questions, and revision sets.
Is it helpful? Yes No
Most helpful rated by users: