react-query-autosync icon indicating copy to clipboard operation
react-query-autosync copied to clipboard

A react hook which lets you automatically synchronize a value to a server with react-query

Results 10 react-query-autosync issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [v8n](https://github.com/imbrn/v8n) from 1.3.3 to 1.5.1. Release notes Sourced from v8n's releases. v1.5.1 Fixed Inefficient regular expression complexity of lowercase() and uppercase() rules v1.5.0 Added Support async validation within the...

dependencies

Hey Luke I'm not sure whether this is an "issue" or not with this library, but this was the best place I could find to bring this up. We're using...

Thanks for this great resource! While I was using the useReactQueryAutoSync hook in my project, I noticed the saveStatus conditional returns unsaved when draft is really saved. I also noticed...

The current draftProvider typings require that the draft allow for `undefined`. We should explore whether this is necessary. If it is we should document why and if it isn't we...

We probably want to intelligently use `queryKey` to determine if the user has changed the parameters of the draft. In react query the result would change. ``` useQuery(['todo', 5], ...)...

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies