Created by: liamness
This emphasises that Next.js is capable of static site generation. A lot of comparisons between the most popular React frameworks seem to go like this:
- CRA is good for client-side SPAs
- Gatsby is good for static sites
- Next.js is good for server-rendered applications
So people who need static sites will typically always choose Gatsby. However, Next.js now supports static site generation - since earlier this year I think. So I feel this comparison should include that.