Home »
MCQs »
Next.js MCQs
What is the other name of server-side rendering in Next.js?
20. What is the other name of server-side rendering in Next.js?
- Static routing
- Dynamic routing
Answer: B) Dynamic routing
Explanation:
Another name for server-side rendering in Next.js is dynamic routing.