♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
use-cache-unknown-cache-kind
/
app
/
remote
/
page.tsx
page.tsx
6 lines
90 B
'use cache: remote'
export
default
async
function
Page
()
{
return
<
p
>hello world</
p
>
}
v2.0.0
/
Go
SIGN IN