#Is Client library acts like a store?

2 messages · Page 1 of 1 (latest)

meager saffron
#

Hey, I have simple question. Does convex eliminates the need to use any global state libray? If I subscribe to the same exact query from different components, does it fetch multiple times or only once? Sorry the caching section in the docs, I guess, only relates to the backend caching.

bold sedge
#

if you subscribe to the same exact query from different components underneath one <ConvexProvider>, it will fetch once