
Although React is fast, you can still run into performance issues in certain scenarios. One common scenario is when rendering large lists of data, an easy way to overcome this issue is to use a virtualised list. This is the same technique which is often used on native mobile apps but we can take advantage of it on the web quickly and easily with react-window.
For more React tutorials and web development articles, take a look at the following.