Efficiently Rendering Lists in React
Using react-window to render virtualized lists in React
React has great rendering performance yet when it comes to huge amounts of data, like any framework, it can become bogged down. Let's use react-window to improve performance