react-autosave icon indicating copy to clipboard operation
react-autosave copied to clipboard

A lightweight solution for auto saving controlled form values

Results 4 react-autosave issues
Sort by recently updated
recently updated
newest added

It would be really useful, if there was a hook that told you when the data was last updated, and when it's being updated.

enhancement
good first issue

Hello there! I'm currently using this library for autosave, and I must say I appreciate its simplicity. However, I've encountered a specific use case that the library doesn't quite address....

HI!) When I used our hooks I Faced with a problem. Currently, if you pass an object/array as data in useAutosave or useDebounce. Then debouncing never stop. I see the...

enhancement
good first issue

# Summary OnSave called is called twice immediately even though the value did not have time to change yet. # Reproduction Within this project's example project put a console.log like...