react-autosave
react-autosave copied to clipboard
A lightweight solution for auto saving controlled form values
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.
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...
# 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...