nextjs cache questions with new react news
with the new react fetch stuff, if I want to use NextJS
unstable_cache
, do I need to also wrap a React.cache
over it?1 Reply
react.cache
dedupes (avoids duplicate requests) in a same rendering process
unstable_cache
is a vercel feature to cache stuff