import { cache } from "react"Can be used to wrap function calls like “getCurrentUser” which happen multiple times per request. This cache is set per request and used to avoid multiple c
Oct 23, 20251 min read
import { cache } from "react"Can be used to wrap function calls like “getCurrentUser” which happen multiple times per request. This cache is set per request and used to avoid multiple c