Is this completely inefficient?
Unanswered
Pavement ant posted this in #help-forum
Original message was deleted.
5 Replies
Original message was deleted
nextjs provide data caching for this scenario
https://nextjs.org/docs/app/building-your-application/data-fetching/fetching-caching-and-revalidating#caching-data
https://nextjs.org/docs/app/building-your-application/data-fetching/fetching-caching-and-revalidating#caching-data
Original message was deleted
hi
if data in billing or similar changes and you change that with server actions you can just revalidate
on the server
as far as i understand your question