Is it bad practice to use LocalStorage?
I'm creating a timer app, and want to let the user store their streaks and other time data that doesn't really matter if it gets cleared out (I'll move to a real DB in the future).
When should you and when should you not use LocalStorage? Is there any alternatives besides a DB?