Learning TypeScript

Tags:

I'd like to dip my toe into the typescript waters, but not sure where to start. Going to collect a few resources I've run across here so I can revisit!

Resources

How to Migrate a React App to TypeScript by Joe Previte

Kyle Gill's twitter thread.

Converting a Gatsby starter to Typescript

TypeScript Theme UI Link

Seems like you have already got the best advice — start with gatsby-plugin-typescript Slightly smiling face So I’ll just point at some easy-to-miss things: check that any tools that you use are configured to handle .ts(x) files — prettier, eslint, jest etc. https://twitter.com/elanhant/status/1256074132615200770