Pass data to getServerSideProps from previous page in NextJS – SEO
I am developing an e-commerce like website using NextJS. I will fetch & display list of products in /products page. On clicking any product, I'll navigate to /details/[productId], and I'll fetch those product details as follows. // In /details/[productId].js file…