Q1 | What is the purpose of the `Image` component in Next.js? | |
---|
Q2 | What is the command to build an application for production in Next.js? | |
---|
Q3 | What is the command to start a Next.js project in development mode? | |
---|
Q4 | Which company is responsible for the development and maintenance of Next.js? | |
---|
Q5 | In a Next.js project, which file is responsible for rendering the component at the directory's ... | |
---|
Q6 | Which command can be used to create a new Next.js application? | |
---|
Q7 | Which of the following statements about the `getStaticProps` function in Next.js is true? | |
---|
Q8 | What is the purpose of the `getStaticProps` function in Next.js? | |
---|
Q9 | What is the purpose of the `<Link>` component in Next.js? | |
---|
Q10 | How does Next.js support different ways of styling your application? | |
---|
Q11 | In Next.js, which built-in React component can be used to set the page title of each React page... | |
---|
Q12 | Which JavaScript library is the foundation for building applications with Next.js? | |
---|
Q13 | What is the use of the "href" attribute in the `<Link />` component in Next.js? | |
---|
Q14 | What is the purpose of the `<Link />` component in Next.js? | |
---|
Q15 | What is the output of the following Next.js code?
```
import React from 'react';
import { ... | |
---|
Q16 | What is a `route handler` in Next.js? | |
---|
Q17 | What are API Routes in Next.js used for? | |
---|
Q18 | How can you define a custom API route in Next.js? | |
---|
Q19 | fetch data in Next.js | |
---|
Q20 | Which hook can be used in a Next.js component to access dynamic routing information? | |
---|
Q21 | How does Next.js utilize server-side rendering to improve initial page load performance? | |
---|
Q22 | Which keyword is used in Next.js to enable server-side rendering for a specific page? | |
---|
Q23 | What is the main benefit of using Next.js? | |
---|
Q24 | What is Next.js? | |
---|