
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.
With the changes to Next.js 13 app directory, and mainly the fact “router.events” is no longer supported, here is how you can register analytics events
Code for adding Fathom to Next.js website
Learn how to configure ESLint with vscode for usage with 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
Code drop for uploading images via a next JS API route to Amazon AWS S3