UBCMJC / MJCApp

Website for recording MJC league games
3 stars 4 forks source link

Client-side caching #56

Open TwelveNights opened 6 years ago

TwelveNights commented 6 years ago

One frequent issue faced by users of the application is the fact that when the application is closed or refreshed, the state is completely lost. We can use localStorage to preserve state, such that when the user loads the page, they can recover their data.

More details TODO