Getting to Grips with react-window

1 · · July 22, 2019, 8:20 p.m.
In the frontend development community, we tend to use the word performance quite a lot. We all have the common goal of having a performant application. Brian Vaughan developed react-window with this in mind and he did a great job of giving us a powerful tool to achieve this goal. The Theory Behind react-window react-window in theory is very simple to understand, the window refers to the view the user can see. react-window will only render what the user can see, because why would we bother usi...