Yomyam
Explore posts from serversusing same query for entries app
How to use same query for many components?
I don't want to request api for many times ;-;
I can't passing by props because I have
Header
component that wrapper in Layout
component
and I want to use query in Header component too
If i'm do this
It's will need to run query 2 times7 replies
Pagination Query
Hi, I'm new for web dev and I'm moved to tRPC not so long
I'm looking for example of pagination query like blitzjs (input: page, limit and sort)
https://blitzjs.com/docs/use-paginated-query#arguments
does anyone have it?
1 replies