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
Jun 06, 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