All progress is saved in localStorage now. This works fine unless it needs to be purged due to app systemic changes. Save the user's progress to the server and write to a database of some sort so that it can be preserved even if the client clears their cache.
All progress is saved in
localStoragenow. This works fine unless it needs to be purged due to app systemic changes. Save the user's progress to the server and write to a database of some sort so that it can be preserved even if the client clears their cache.