Henry's Blog

Next.js getStaticProps vs. getServerSideProps

Main difference between getStaticProps and getServerSideProps

getStaticProps

getServerSideProps

Next.js Doc