React SSR with Next.js #2. Prefetching the data with getInitialProps
Today we expand our knowledge to build pages that are more complex and utilize more features from the Next.js framework. In this article, we learn how to fetch initial data for our components on the server side. This way, we can take even more work off the client side. Fetching data First, let’s display some […]