React(2)
Hooks, state and the component patterns that still hold up once an app is past its first screen.
- React Hooks Guide: useState, useEffect, and When Not to Use an EffectThe hooks you use daily, the rules that make them work, and the failure they cause most often: reaching for useEffect when the answer is a computed value, an event handler, or an external store.15 min read
- Next.js 16 App Router: Getting Started, and What the Model CostsThe App Router explained through a site that actually runs on it: server components, async request APIs, generateStaticParams, and the three things that break when you deploy somewhere other than Vercel.12 min read