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