Stack: Gatsby + Typescript + SASS
Last updated
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
- brittle, multiple compilation issues so far
Issues
- typed graphql queries
- integration with storybook painful
Was
- static site, html burner
- react + typescript (tsx) sass
- plugin galore (images, attachments, meta, seo, ...)