unnoq

Results 18 comments of unnoq

Bump this again, really need this kind of feature

> > ```ts > > const [manager, setManager] = useLocalStorage('package-manager', 'pnpm') > > ``` > > > > > > > > > > > > > > > >...

CF hibernation is the most powerful (it delivers messages in real-time) and cost-efficient method. Any other method will be limited in features or costly in terms of CPU time.

I face the same error when I import any component from `vocs/components` ```base Error: Only URLs with a scheme in: file, data, and node are supported by the default ESM...

> ## Description > `vocs/app/components/Link.js` is not exported from `vocs/components`, which makes it difficult to use links in custom tsx components, if we want them to be styled the same...

I’m trying to add support for `useInfiniteQuery` in oRPC, and I have a few questions after reviewing your `useInfiniteQuery` code: 1. Why does the `async query` function return `pages` instead...

> Currently only structured keys are supported but this should be doable. I think it could even be implemented with a pinia colada plugin that intercepts invalidateEntry actions and applies...

> [@unnoq](https://github.com/unnoq) Do you still need structured keys? Or what is the current pain point for orpc users? Adding structured keys does have a cost I would like to avoid...

> Have you tried with the `predicate` option: `queryCache.invalidateQueries({ predicate })`? It's also not easy to do this with `predicate`. No worries if you don't want to support it -...

> Ah Okay, I thought the keys were generated and it was always needed. In the PR you mention that [it might not be as powerful as tanstack query](https://github.com/unnoq/orpc/issues/59#issuecomment-2566339919). Is...