AntiPattern

Framework Boundary Mismatch

cross-runtime-boundary-mismatch

Server/client and runtime boundaries are mis-handled: requests, blobs/streams, and fetched data are shaped for one environment but consumed in another (Next app routes, React Native fetch, and build-time loaders), causing body limits, render lifecycles, or build failures.