Gatsby 5, TypeScript, and Generated GraphQL Types: A Walkthrough
By Kassian Wren on January 23rd, 2023
Gatsby and TypeScript make a really great pair, with both bringing great features to your tech stack. One of Gatsby’s best features is its GraphQL data layer, and because the GraphQL data is typed, TypeScript’s type checking can make applications much less prone to runtime issues and works well with it
Read more