We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The recipes app right now is using the pages router in next, it'd be nice to validate the App Router works as expected as well.
Figure we could:
/app-router
app/layout.js
app/app-router/page.js
?name=Pikachu
Basically the same as the getServerSideProps demo already there
getServerSideProps
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The recipes app right now is using the pages router in next, it'd be nice to validate the App Router works as expected as well.
Figure we could:
/app-router
route (viaapp/layout.js
,app/app-router/page.js
)?name=Pikachu
Basically the same as the
getServerSideProps
demo already thereThe text was updated successfully, but these errors were encountered: