Feature Request [Convex component]:
Feature Request [Convex component]: local (in the autumn component tables) copy of up-to-date payments data.
I just added in
- create two pages that just print out the stringified "customer" (from
- nagivate between the two pages, and you'll see a bit of delay.
If there was a way to integrate
I just added in
ConvexQueryCacheProvider (from convex-helpers), and it would be great if some payments information was available to this. Right now, the page load has a bit of lag as the page is waiting for the Autumn data to come in. To see this, minimal repro:- create two pages that just print out the stringified "customer" (from
useCustomer) into the body.- nagivate between the two pages, and you'll see a bit of delay.
If there was a way to integrate
useCustomer with ConvexQueryCacheProvider, it would be instantaneous