TypeScript

5 posts

typescriptadvancedtype-system

Advanced TypeScript Type System — Conditional, Mapped, and infer

A guide to conditional types, mapped types, the infer keyword, and other advanced type techniques.

7 min read
typescriptreactfrontend

React + TypeScript Practical Patterns — Props, Hooks, Context

Patterns and type definitions for effectively using TypeScript with React.

7 min read
typescriptzodvalidation

Runtime Type Validation with Zod — Schemas, Forms, and API Validation

A practical guide to Zod schema definitions, form validation, and API response validation.

6 min read
typescriptgenericsadvanced

TypeScript Generics Guide — From Constraints to Utility Types

A step-by-step guide from generic basics to conditional types and utility types.

6 min read
typescriptbasicssetup

Getting Started with TypeScript — From tsconfig to Basic Types

A practical guide to TypeScript installation, tsconfig setup, and the basic type system.

5 min read