AntiPattern
Framework Cache & Header Ordering
directive-and-response-ordering-bugs
Cache and response semantics break when directives or payload APIs are used in the wrong order: missing the 'use cache' first line prevents caching, while using res.end vs send can drop or desync headers, and Suspense-fetched data may never hydrate to the client.