useFormProgress is a React+TypeScript custom hook that saves and restores form progress, allowing users to continue from where they left off. It supports local and session storage, custom save functions, and strict typing for TypeScript. It's compatible with any form and includes an optional AutoSaveFormikForm component for Formik integration.
-
Updated
Dec 3, 2024 - TypeScript