phetch
phetch copied to clipboard
A small Blazor library for handling async query state, in the style of React Query
Placeholder issue to gauge interest in adding a "DevTools" feature like React Query's [devtools](https://tanstack.com/query/latest/docs/framework/react/devtools). React to this issue if it's something you'd like to have.
It would be useful to enable the parent component to refetch queries under specific conditions. This could be achieved by making the `UpdateQueries` method public, allowing the parent component to...
One thing I noticed when using Phetch with server side Blazor is that the UseEndpoints Component always result in a `System.InvalidOperationException: 'The current thread is not associated with the renderer's...