Caching File System reads

Hi peeps!

I opened this discussion on Next’s Github about what the best approach might be to cache data across the app. Reposting here in case someone knows about it :slight_smile:

We’re trying to cache the result of file system reads because the data never changes between builds.

I read about unstable_cache and “use cache” as potential solutions.

What’s the best practice here?