react-window is a library used for optimising rendering of lists with many records with virtualisation of the list.
Virtualised lists may prevent ⌘+F to work properly, as the invisible elements are - in fact - removed from the DOM tree.
Resources
- react-window-infinite-loader
- react-virtualized
- [react-virtualized-auto-sizer]