0

Is there any best way to handle filter's and pagination in Next js static site generation.

juliomalves
  • 42,130
  • 20
  • 150
  • 146
hamza liaqat
  • 128
  • 1
  • 6
  • 1
    There's no way to access query parameters in pages using SSG, as the page is generated at build time. You can try SSR or accessing the query parameters using `useRouter` on the client. – OGreeni Oct 07 '22 at 13:46

0 Answers0