DEV Community

Discussion on: Gatsby won against Next.js in this head-to-head

Collapse
 
talha131 profile image
Talha Mansoor

Brilliant article!

it was clear that pushing the data fetching step to the server produced a seemingly slower result, even if the content loaded at around the same time, because the user only sees a blank white page.

I would like to add that NextJS has added support for getStaticProps which fetches data at build time.