Hacker News new | ask | show | jobs
by hallman76 2095 days ago
Fast enough depends on your needs. I work on a Gatsby site that builds ~9k pages in ~9 minutes in AWS CodeBuild. We're looking forward to implementing incremental builds at some point, but our current build time is acceptable.

I see Gatsby similar to Django in that it has "batteries included" for building a modern interactive site. It suits our needs quite well and I'm really happy with it.

1 comments

For what it's worth, a quick test of Hugo with 10K posts with a minimal theme takes 40 seconds to build. Speed isn't everything but x10 faster is nice.