Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.02 KB

File metadata and controls

30 lines (15 loc) · 1.02 KB

Gatsby.js

is a FOSS framework based on React helping build blazing fast webapps

Gatsby.js Tutorials

TBD * nested layout components


short-intro

  • it can pull data from multiple data-source like CMSs (contentful, drupal, wordpress, etc), Markdown, Data (APIs, DBs, YAML, JSON, etc)

  • build GraphQL layer for expose it to your HTML/CSS?React app

  • has opinionated choice of for tech stack; you bring your own data; it builds site as static files which can be deployed directly to CDNs

  • it is a PWA generator, you get code & data splitting out-of-the box; it loads basic layout asap and then prefetches resources for other pages

  • Gatsby ecosystem supports plugins and starter-packs