Tag · 3 articles
#Patterns
Every article we've published tagged with "Patterns".
Practices
5 min
TypeScript Patterns That Make Your Codebase Easier to Live With
Beyond the basics — a handful of TypeScript patterns that pay rent every day, including discriminated unions, branded types, and how to stop fighting the compiler.
Practices
6 min
How to Write React Components That Don't Get Refactored Twice
Concrete patterns for writing React components that survive contact with a real codebase — composition, prop design, and the small habits that prevent rewrites.
Web Dev
6 min
How to Structure a Large React Application Without It Becoming a Maze
Folder structures, module boundaries, and team conventions that keep React projects navigable as they grow from one engineer to twenty.