Nauris Pūķis
Nauris Pūķis
For my own purposes, I've left in a global reference to iScroll and I can easily do `iscroll.refresh()` any time something predictable happens, like ``` $(document).on("click", ".reveal-comments-button", iscroll.refresh ); ```...
https://wordpress.org/support/topic/favicon-on-plugin-page-is-wrong
When using the useMutation hook in a custom hook that is used in multiple components, the mutation status is not shared between those components: https://github.com/TanStack/query/issues/2304 I've addressed that for `useDatasyncAction`...
At the moment, the types are too verbose in there and the file is difficult to grok. DataSync is always going to be somewhat complicated, but I think the developer...
Svelte DataSync is outdated by now - it's time to deprecate it fully.
DataSync needs documentation - and a lot of it, including best practices, learn more, and possibly a team-learnup.