TF2PickupNET / TF2Pickup

Web App for TF2Pickup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve Performance of the pickup queue page

HenriBeck opened this issue · comments

Currently, we have a lot of unnecessary rerenders there when someone joins/leaves the queue.
This can be improved.

Something to be considered:
Move the whole queue including the classes and the information about the pickup into their own component for easier reuse for private pickups.