How to avoid sending a bunch of requests to update data in DB – Reactjs
I have an unregistered user that works with my application, getting some progress. I keep this progress in local storage. Then, when the user decides to register, I send a PUT request to sync his progress with DB. For that…