ar-cutpaste
ar-cutpaste copied to clipboard
Refactored Server.tsx
Used for of
instead of forEach
for performance.
Updated Server.tsx to a class.
Thanks! May I ask why refactor as class? Not sure it's needed here.
Well, it's not needed but it is way more readable.