Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
query in next js 13 app directory - Theo's Typesafe Cult
TTC
Theo's Typesafe Cult
•
4y ago
•
1 reply
samon
query in next js 13 app directory
in next js 12 if we have a dynamic route and we want get the query we do for example this
:
getServerSideprops
(context
)
{
const
{ id
}
= context
.query
;
}
, so how can we get the same result with the new server side rendering functions
?
Theo's Typesafe Cult
Join
26,564
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Next 13 - App Directory feature and tRPC
TTC
Theo's Typesafe Cult / questions
4y ago
Next 13 Equivalent of _app.js?
TTC
Theo's Typesafe Cult / questions
4y ago