One of the things that always ends up being an issue in React is heavy mount-times on listed items. Yes, you can virtualize it, but sometimes rendering a list of ~50 items directly is cheaper than virtualizing it. At the same time, this list of 50 items is render-heavy (thread)