Next.js Discord

Discord Forum

How to pass props to nested page

Unanswered
Bendire's Thrasher posted this in #help-forum
Open in Discord
Bendire's ThrasherOP
I have a page that has a list of items, with each item having a link to a nested page to bring more components/information. The nested page gets data from the server, so I need a way to pass props from the list page (generated when clicking the link) that will then get the relevant data from the server. Can anyone suggest how to do this, or is my approach wrong?

0 Replies