Home »
MCQs »
Next.js MCQs
____ in Next.js refers to traveling to the same page but making no calls to the getServerSideProps, getStaticProps, or getInitialProps functions
21. ____ in Next.js refers to traveling to the same page but making no calls to the getServerSideProps, getStaticProps, or getInitialProps functions.
- Dynamic routing
- Static routing
- Shallow routing
- Deep routing
Answer: C) Shallow routing
Explanation:
Shallow routing in Next.js refers to traveling to the same page but making no calls to the getServerSideProps, getStaticProps, or getInitialProps functions.