ticianomorvan / bcss-maker

Generador de Balance de Comprobación de Sumas y Saldos (S.I.C.)

Home Page:https://ticianomorvan.me/bcss-maker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use localStorage for saving current Items.

ticianomorvan opened this issue · comments

Losing the current process for a thing like a page refresh (that can be caused by losing internet connection, touching F5 by accident, etc.) is terrible.

The use of localStorage is a simple way of getting rid of this problem without using complex databases or state managers.