Skip to content

Meta

Stack: Gatsby + Typescript + SASS

I have been using my own simple SSG for 2 years now. But new tools have - obviously - emerged in the static sites space. Should I rebuild my site with Gatsby?

This meta-record was published on


Status Rejected

Turned down in favor of React Static + markdown + unified.js

Why

  • all data sources need a graphql layer
  • data models in components, boilerplate
  • not pure Typescript (many js config files)
  • Typescript not compiled strict (not using tsconfig.json?) at develop/build time, probably my bad, but defaults and documentation were not helping
  • brittle, multiple compilation issues so far

Issues

  • typed GraphQL queries
    • https://www.isaacbroyles.com/2018/08/19/gatsbyjs-typescript.html
  • integration with Storybook, expected painful

Was

  • static site generator
  • React + Typescript + SASS
  • Plugin galore (images, attachments, meta, seo, ...)

Read more


Go back to top of the page