JAMstack / Flat sites

Jigsaw

Jigsaw is a framework for rapidly building static sites using Laravel, the same modern tooling that powers our web applications.

Javascript Framework

Vue.js Vue.js React React
Gridsome - Fast by default, SEO-friendly Static PWA, GraphQL Gatsby - Fast by default, SEO-friendly Static PWA, GraphQL
Nuxt - Vue based routing system, Good for people experienced with Vue, Lightweight Next - React based routing system, Good for people experienced with React, Lightweight

Notes

  • Gatsby and Gridsome essentially do the same thing, just depends on whether you’d prefer to use Vue or React. The same is true when comparing Next / Nuxt.
  • If the framework has a CLI use that instead of a repo. Jigsaw has an init command but nothing setup by default for our tailwind/postcss config.
  • Most CLI tools have an option for using Tailwind.
Last Updated: 4/17/2019, 11:04:30 AM