Migrating 500k lines of Flow code to TypeScript
A look into migrating a large codebase from one type checking tool to another. (more…)
Read more »Working with frontend state can be challenging. With TypeScript, thoughtfully constructed types can help prevent bugs by making bad states unrepresentable. Let’s explore a common use case and examine how to do this effectively in TypeScript. Read more