DylanSp / purely-functional-blog

MIT License
0 stars 0 forks source link

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

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.