Search Parameters Full Guide - How to Implement with Next.js
Learn all about search parameters, when to use them and how to implement search parameters with 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.
Learn all about search parameters, when to use them and how to implement search parameters with Next.js
Code drop for uploading images via a Next.js API route to Amazon AWS S3 using React, Next.js and Amazon S3
Learn to build contact forms without depending on external libraries. In this post the code is contained for the Form Components
In this blog post, you will learn how to do a search form using React Server components, working with Next JS 13 App Dir
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
In this article, I will show you how you can create your own Hygraph Block renderer to give complete control over your content, create custom blocks for use with next/image etc
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