Evgheni Djumac

Results 13 issues of Evgheni Djumac

It would be better than copy-pasting the source code into projects. :)

https://github.com/redux-saga/saga-query/blob/fe762d6bbcbb4215baa90b817ebcaa3b044c6c21/src/react.ts#L195 Currently `useApi` doesn't provide a reference to the `loader`, but rather all it's properties. https://github.com/redux-saga/saga-query/blob/fe762d6bbcbb4215baa90b817ebcaa3b044c6c21/src/react.ts#L116 Should we fix this exporting the `loader` instead of spreading it? It will be...

Hi! Thanks for the interesting and promising project—I’m very excited to try it for something useful. I tried updating the React version to use some newer APIs, like useSyncExternalStore, which...