♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
use-cache-dev
/
app
/
some
/
path
/
page.tsx
page.tsx
6 lines
89 B
export
default
async
function
Page
()
{
'use cache'
return
<
p
id
=
"greeting"
>Hi</
p
>
}
v2.0.0
/
Go
SIGN IN