Q171-Q175

Cheat Sheet

QuestionCore IdeaSenior Signal
Q171ProfilerMeasure the slow commit, inspect render causes, change one thing, then re-measure.
Q172VirtualizationRender the visible window plus overscan, while preserving list semantics.
Q173CompositionUse compound components and slots when variation would create prop explosion.
Q174-Q175BoundariesPortals need accessibility behavior; Server Components need focused client islands.