Good case to use getServerSideProps instead of ISR
Hey everyone!
I'm new to the next.js and i'm trying to figure out when one should use getServerSideProps instead of ISR since it is not recomended. I guess it is only viable for pages that changes data constantly, like every second?
2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I see, then i have to think if my page is important for crawlers and then decide what to use. Thank you so much it helped me a lot!