TypeScript
5 posts
Advanced TypeScript Type System — Conditional, Mapped, and infer
A guide to conditional types, mapped types, the infer keyword, and other advanced type techniques.
React + TypeScript Practical Patterns — Props, Hooks, Context
Patterns and type definitions for effectively using TypeScript with React.
Runtime Type Validation with Zod — Schemas, Forms, and API Validation
A practical guide to Zod schema definitions, form validation, and API response validation.
TypeScript Generics Guide — From Constraints to Utility Types
A step-by-step guide from generic basics to conditional types and utility types.
Getting Started with TypeScript — From tsconfig to Basic Types
A practical guide to TypeScript installation, tsconfig setup, and the basic type system.