teddzybT
Convex Communityβ€’4y agoβ€’
103 replies
teddzyb

Hi I m working on a Next js app with

Hi! I'm working on a Next js app with Convex. I have a few questions πŸ˜„

1. Is it normal that every time I make a query/mutation, it does it twice at a time?
2. How does caching work? I read that Convex handles caching automatically, but I don't know how/where that works. For context, I am querying some data on the first page. When I navigate to another page, then go back to the first page, it queries the data again. I'd expect it to save the data from the previous query. Sorry, I'm sort of new to caching.

I appreciate any insights. Thanks!
Was this page helpful?