AntiPattern
Framework Context Misuse
context-scope-mismatch
Assuming request-scoped data or runtime context exists globally (or in the wrong phase like SSR) breaks template rendering and request handling, while leaving handlers unbound or mixing client-side DOM hacks causes missing context, stale state, and silent UI failures.