Home »
MCQs »
Next.js MCQs
Is getServerSideProps and getStaticProps the same thing?
24. Is getServerSideProps and getStaticProps the same thing?
- Yes
- No
Answer: B) NO
Explanation:
The difference is that getServerSideProps is run on every request instead of on build time.