Gatsby TypeScript Support

Description
πŸŽ‰We are working on supporting TypeScript as a first class citizen within Gatsby πŸŽ‰
We already have the gatsby-plugin-typescript plugin that adds compilation support for .ts(x) files. We&… Read more

Similar

A safe router for TypeScript

I've been making web applications for some time now and one thing that keeps annoying me is the use of magic strings for declaring and matching routes. Webapps are getting more and more complex and static typing is getting more and more traction as a too... (more…)

Read more »