Now we use React to obtain a large amount of data, render it, and display it on the page. How to optimize performance?
怪我咯2017-07-05 10:51:27
Only render the visible area.
Higher version browsers can use: Page Visibility API
Lower versions can only calculate the scrolling distance by themselves.