TypeScript Articles by Matt Pocock

typescript
Unraveling the magic of Pattern Matching
Delve into the intricate world of pattern matching and discover its profound impact on code efficiency and expressiveness.
Handling errors like a pro in TypeScript
Error handling is crucial to the longevity of any project. Learn the design pattern I use to handle errors and write cleaner code.
React
README | TypeScript Deep Dive
Build a TypeScript Project From Scratch Tutorial
In this tutorial, we are going to build a TypeScript project from scratch. We’ll go from designing in Excalidraw to using TDD to deploying to npm.