Are requests memoized in Nextjs 14?

Are Drizzle requests memoized like fetch requests in Nextjs 14? In other words, can you call the same query in all components that need it without making a ton of requests for the same data?
2 Replies
rphlmr ⚡
rphlmr ⚡8mo ago
No they are not. Maybe you can use tan stack query for that?
Adam
AdamOP8mo ago
Thank you!

Did you find this page helpful?