Slide 6
Slide 6 text
Web development (3/3) – meta frameworks
• Gatsby
– "Gatsby is a blazing fast modern static site generator (SSG)
for React.”
– De facto SSG framework for JAMstack. TLDR: introduce a build step to your
web app, generate static pages from your data at build time. This is useful for
sites where SEO is important for static content and content creation is slower
than 1 item / minute (some function of build time). So blogs, e-commerce
sites, documentation are all good candidates.
– https://www.gatsbyjs.org/
– 43.2k GitHub stars
• Next.js
– “The React Framework for Production, Pre-Rendered
Apps, Static Websites, SEO-Friendly Sites…”
– It’s an opinionated framework for developing server-side
rendered (SSR) apps. This is useful for sites where SEO is
important for dynamic content that is being created
quickly, so Twitter-like social media, user-submission
based sites like imgur or reddit, etc.
– https://nextjs.org/
– 46.4K GitHub stars
©Solace | Proprietary & Confidential
6