DEV Community

Discussion on: How to reload a Next.js page's initial props without reloading the whole page

Collapse
 
robbiegm profile image
RobbieGM

I've considered using getServerSideProps but then it wouldn't work client side. I use isomorphic fetching in getInitialProps, what is the new recommended way to do that?