Auto-saving input component for React forms — Automatically preserves user input even after page reload or form reset, giving a seamless and persistent experience.
- 🧠 Auto-saves form data to
localStorage
- 🚀 Restores data on reload automatically
- 🪄 Works with file inputs and custom fields
- ⚙️ Lightweight, plug-and-play component
- 📦 Zero dependencies
bash npm install react-autofix
import AutoSaveInput from 'react-autofix';
MIT License © 2025 Aditya Gaikwad