Claude Agent SDK in TypeScript: A Practical Tutorial
Build a working AI agent with the Claude Agent SDK in TypeScript:...
TypeScript guides for React developers: generics, Partial/Pick/Omit utility types, TS 7 migration, and making AI-generated code type-safe.
This page collects 23 articles, newest first. Generics, the Partial/Pick/Omit utilities people reach for without reading the definition, and the TypeScript 7 migration now that the Go-based compiler hit GA in July 2026. There's also a running thread on making AI-generated code type-safe, which turns out to be less about reviewing output and more about writing the types before you prompt. Expect concrete before-and-after code rather than an abstract tour of the type system. Some of it is opinionated: strict mode is not optional, and a codebase with a hundred `as any` casts is not a TypeScript codebase. The migration guides assume a real project with existing errors, not a greenfield repo where every choice is still free.
Everything else we've published is in the main archive.
Showing 1-12 of 23 articles
Claude Agent SDK in TypeScript: A Practical Tutorial
Build a working AI agent with the Claude Agent SDK in TypeScript:...
TypeScript Cheat Sheet: Types and Syntax Reference
A practical TypeScript cheat sheet: basic types, arrays, interface vs type, functions,...
TypeScript 7 React Migration Checklist for Vite Apps
An ordered TypeScript 7 React migration checklist for a single Vite app:...
TypeScript 7 Monorepo Migration: A Build-Mode Guide
Migrate a multi-package TypeScript 7 monorepo with project references, composite builds, and...
TypeScript 7 in CI: Faster GitHub Actions Type Checks
Wire TypeScript 7's native tsc into GitHub Actions CI. A type-check job...
TypeScript 7 Framework Support: Vue, Svelte, and More
TypeScript 7 framework support is uneven at GA. React and Node work...
TypeScript 7 (Project Corsa): The Complete 2026 Guide
TypeScript 7 (Project Corsa) rewrites the compiler in Go for 10x faster...
TypeScript 6 vs 7: How the Bridge Release De-Risks It
TypeScript 6 vs 7 explained: version 6 is the JavaScript-based bridge that...
TypeScript 7 Benchmarks: Real Speed Across Three Repos
TypeScript 7 benchmarks on three real repos: official Microsoft figures plus measured...
TypeScript 7 Migration Guide: Upgrade From 5.x to 7
TypeScript 7 migration guide: how to upgrade from TS 5.x to the...
TypeScript 7.0 Is GA: The Go Compiler Rewrite Ships
TypeScript 7.0 hit general availability on July 8, 2026. The Go-based native...
Vibe Coding with TypeScript: A Quality-First Framework
Vibe coding ships features fast, but AI code has 1.7x more defects....