AntiPattern
Over-eager Full Materialization
eager-materialization-duplicate-render
Client-side or library code eagerly materializes or re-renders whole collections—rendering the same message per array element or loading entire file contents—causing duplicated UI/validation and memory blowups despite processing only a targeted subset.