Frontend Performance and Rendering Optimization Questions

Making web experiences fast: Core Web Vitals, the critical rendering path, page-speed optimization, and client-side performance techniques. Covers measuring web-performance metrics, diagnosing bottlenecks in loading and rendering, and the trade-offs of different rendering strategies for perceived and actual speed.

MediumTechnical
81 practiced

Implement a virtualized list component in React (JavaScript) that efficiently renders a very large list (up to 1,000,000 items) by only rendering visible rows. Provide the component API, assume fixed row height, and implement methods to handle scrolling and windowing. Describe how you would test performance and what edge cases to handle.

That is every published Frontend Performance and Rendering Optimization question for Software Engineer so far. Browse the other topics in this category, or practice this one interactively.