Tagged: React
4 articles on react.

•6 min read
React Tooling 2024: Stop Using the Wrong Shit
20+ React apps built this year. What works, what's a waste of time, and why you're probably overengineering.
ReactRead more →

What It Actually Takes to Build a Real LLM Agent
Everyone's talking about agents. Few have shipped one that works in production. The failure modes, memory tradeoffs, and tool design decisions the architecture papers skip.
ReactRead more →

Stop Using Optional Props: Why Discriminated Unions Make Better React Components
Optional props feel flexible until they ship a runtime error to production that TypeScript should have caught at compile time. The pattern that prevents it.
ReactRead more →

·10 min read
React State Management & Clean SPA Architecture
Redux, Zustand, Recoil, Context API. Most React apps use the wrong one for the wrong reasons. What each tool is for, when SSR changes the calculus, and how to pick without a fight.
ReactRead more →



