(no title)
difu_disciple | 3 years ago
Gatsby is also a great static site generator. Most sites render with JavaScript disabled + the framework provides some of the best tools to create increase Lighthouse scores. It's only weakness is the build speed once you pass +100 pages.
That said, the primary issues around static site generators are:
1. Build speeds - (choose Hugo, Zola, Eleventy.js)
2. Creating pages from external data - (choose Next.js, Eleventy.js, Gatsby)
3. Real-time previews - (requires work but most JS-based frameworks can do this without issue)
4. Ease of use - (choose Jekyll)
No comments yet.