Imads608 / PokeHub-App

This is a clone of Pokemon Showdown with additional features. (This is sort of inactive for now)
0 stars 0 forks source link

Create Web Workers for handling background tasks #30

Open Imads608 opened 2 years ago

Imads608 commented 2 years ago

Web Workers can be useful for sending data to the backend without needing it to do it on every user interaction. It can also be used for batching these interactions together and then sending them to the server. Or for refreshing access token from server to avoid trips to do it manually on each request.