Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emphasise that Next.js is capable of SSG #9630

Merged
merged 1 commit into from
Sep 14, 2020
Merged

Emphasise that Next.js is capable of SSG #9630

merged 1 commit into from
Sep 14, 2020

Commits on Sep 12, 2020

  1. Emphasise that Next.js is capable of SSG

    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](https://nextjs.org/docs/advanced-features/static-html-export) - since earlier this year I think. So I feel this comparison should include that.
    liamness committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    d3df872 View commit details
    Browse the repository at this point in the history