Updating the table chapter
Unanswered
Champagne D’Argent posted this in #help-forum
Champagne D’ArgentOP
Hello everyone, I'm trying to go through the Next.js learning path and I'm a bit blocked by something I cannot seem to understand. In the Updating the table chapter (. https://nextjs.org/learn/dashboard-app/adding-search-and-pagination#4-updating-the-table ) . My Page.tsx component accepts the searchParams prop , which is the URL of the current page ? and I'm passing that below to the Table component. Not sure that I correctly understand how the /app/dashboard/invoices/page.tsx ( Page component) has access to the searchParams value, but it is because of the page hierarchy / route?