
Next.js Data Fetching Methods Explained
All of the data fetching methods Next.js has to offer, explained. When to use different data fetching methods in Next.js.
This blog contains posts about things that I think may be useful, along with code snippets that I use frequently. Most of the posts are pretty technical and are relating to Next.js, React, Javascript, Typescript or data related topics such as Python, Pandas, SparkSQL and Matplotlib.
All of the data fetching methods Next.js has to offer, explained. When to use different data fetching methods in Next.js.
Code for prefetching and statically generating a page then taking over with useSWR for pagination and search on client-side
Code drop for creating a graphql server in a Next.js Application route