Client-side caching of queries

Does Convex have a built-in client-side cache for when the same useQuery statement is used across multiple React components that will be rendered within the same render cycle; or is the cache strictly server-side, thus causing a web request to still be made for each useQuery statement?
Was this page helpful?