♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
shallow-routing
/
app
/
(shallow)
/
a
/
page.tsx
page.tsx
8 lines
99 B
export
default
function
Page
()
{
return
(
<>
<
h1
id
=
"page-a"
>Page A</
h1
>
</>
)
}
v2.0.0
/
Go
SIGN IN