Reactjs – Why doesn't `unstable_cache` cache data in nextjs?
I am trying to use unstable_cache on a server component to cache data in order to improve performance. However, it doesn't seem working. Below is my code. The fetchProductWithCache is called from react component render function every time when a…