Salman Mehmood
Results
1
issues of
Salman Mehmood
Let's say I'm using `createServerQuery` to prefetch a list of users on the server and pass the query to the client: ```typescript // +page.ts import type { PageLoad } from...