/blog-example

A blog example PoC with netlify CMS

Primary LanguageTypeScriptMIT LicenseMIT

Gatsby Starter Blog with Typescript

This project attempts to make Gatsby's starter blog type-safe. In addition, styled components are used in favor of inline jsx styles.

Features (in addition to the Gatsby Starter)

Roadmap

  • Make onCreateNode type-safe
  • Improved grapql typings generations

Currently, the type graphql type definition file has everything as nullable, so a lot of nested non-null assertions are used when accessing data from queries.