Next.js Server Side Rendering and getInitialProps
Feb. 02, 2020
We take a look at the power of Next.js and how it handles fetching data using getInitialProps. We also cover some of the gotchas when working with server side rendering since the code runs on both the Node server as well as the Client/Browser. Key…