How Search Params prop works in React Server Components ? #71192
Unanswered
vaibhav128
asked this question in
App Router
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
When We perform client side navigation , how come React Server Component's Search Param prop update
We use Router to change query parameters in URL
Then we use Search Param prop in a Server Component which passes them as prop to
Table Component. Table components re-fetches data and re-render
how this works without rerendering server components ?
Link to code
Additional information
As RSC cannot Re-render on client, how this can work. Please explain
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions