Pepp38
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Autosave solves the obvious failure modes in client-side apps. Input persists, refreshes are handled, drafts come back. But there’s a quieter edge case that seems harder to deal with: sometimes the restored state is…
-
Hi HN, I built Savior, a tiny, dependency-free JavaScript library that autosaves form input and restores it after refreshes, tab closes, or browser crashes. It’s fully client-side, framework-agnostic, and designed to…
-
I’m trying to understand how people handle changes to real system state. In many projects, once something writes to a DB or config, the previous state is effectively gone unless you planned for it upfront. I haven’t…
-
Savior is a tiny, dependency-free JavaScript library that prevents users from losing form input after refresh, navigation, tab close, or browser crashes. It handles real-world edge cases like corrupted storage, dynamic…