Martin Paucot
Martin Paucot
Hey! We clearly have to find a way to give the ability to easily invalidate queries. Unfortunately, simply returning the query keys from the hook is not enough as we...
> In my opinion `openapi-react-query` should be just thin wrapper around `react-query` providing type safety. I agree with that, so let's go with @iffa example. We just need to remove...
> React Query has a `queryOptions` helper ideally we can do the following: > > ```ts > const options = queryOptions('get', '/endpoint', {}) > > queryClient.invalidateQueries(options) > > // mutate...
Hey @mellster2012 ! Looks good to me, thanks for the PR. This just need a changeset and a documentation update to merge this (dispatcher option).
Hey @drwpow ! :wave: As I heavily use Openapi Apis in React and React Native projects I needed a library that improve the experience with `@tanstack/react-query`. Do you think that...
That is not a problem, I would be glad to join the project as a contributor! As I work a lot with openapi daily on different projects, I have a...
Hey! @drwpow I made a big mistake by omitting the remote when pushing and all my commits went into the main branch of this repo. I instant cancelled the CI...
> I’ll give this a review either today or tomorrow. Thanks again for adding this! This will be great. Great! Don't be scared to nitpick this PR so future ones...
Thanks for your review! I will do the changes tonight or tomorrow. > Ah that’s a good callout. This library doesn’t follow commit guidelines because of a differing philosophy from...
I guess we have to remove the parallel build as `openapi-react-query` will start building when `openapi-fetch` build hasn't finished. In the future it would be interesting to use turbo or...