getCachedData or swr: true

I'm using getCachedData for getting chached data but swr can also help with that which one is more helpful?
1 Reply
manniL
manniL9mo ago
different types of caching, swr is server-side, getCachedData is client-side

Did you find this page helpful?