Used Next.js
I wonder -On a site that has a blog section with posts being added at occasionally, which would be better experience:

List Page:
getStaticProps or getServerSideProps

Detail Page - getStaticPaths function:
fallback - true or blocking 

Salma Alam-Naylor helped a lot to answer this.