Kwan Jun Wen
Kwan Jun Wen
### Describe the issue that you're seeing. Any Loom videos or screenshots usually help a lot! ## Introduction I am currently trying to do something relatively straightforward, to have a...
Closes: #11063
This PR introduce a `useSearchParams` utility hook that is similar to React-Router's [`useSearchParams`](https://reactrouter.com/en/main/hooks/use-search-params) hook. Due to the minimalistic approach of this library, the utility hook is designed to be as...
Greetings, I've been scratching my head over this issue for quite awhile. Following #368, I've been using the `useSearchParams` hook and it has been working fine, until I started integrating...
Hi, this is my second pull request to this repository. I've updated the documentation to follow Tailwind's table form. I've also did a minor refactoring on the plugin. Feel free...
Given that the official [documentation](https://graphqleditor.com/docs/tools/zeus/plugins/apollo/) now recommends using `typedDocumentNode` for Apollo integration, I suggest that we add a deprecation note (or message that warn user that uses newer version of...
## Issue Projects that are using Apollo Client 3.0 onwards should use exports from `@apollo/client` instead of `@graphql-typed-document-node/core` and `graphql-tag` respectively. When we pass in `--td` flag when generating, it...
Fixes #393. Relates to https://github.com/molefrog/wouter/pull/391.
A good open source library cannot go without a good documentation! Suggest to add in documentation for different use cases and examples. A good starting point could be based on...
Greetings, Thank you for writing up this amazing library. Hope to see an official Tanstack Query Adapter support for Svelte. (`@ts-rest/svelte-query`) https://tanstack.com/query/latest/docs/svelte/overview Thank you :)