mediumReact#48

Virtualization with react-window

Prompt

Use react-window (FixedSizeList) to render 10,000 items efficiently. Each item shows "Row #N". Only visible rows should be in the DOM.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code