Tag:nextjs
All the articles with the tag "nextjs".
Adding Comments To My Blog
Posted on:July 16, 2021 at 21:00:00Comments are important to a blog, people love to engage but I did not want to pay for a service, or invade my readers with ads or tracking everything they do
Authentication doesn't have to be hard
Posted on:August 23, 2022 at 06:00:00Authentication is a word almost every developer hates, but it doesn't have to be difficult anymore. Using Clerk allows you add it to an application in minutes
Learn how to use Firebase & Clerk.dev (CRUD)
Posted on:January 23, 2022 at 03:00:00This blog post is going to show you how you can integrate both Clerk and Firebase together to create a recipe application.
Did the Next.js team fumble Next.js 13 release
Posted on:November 18, 2022 at 15:00:00Next.js 13 was released, with a new layout but watching the internet seem to believe that it was all or nothing.
Force Reload Next.js Pages
Posted on:October 5, 2021 at 03:00:00In some circumstances, you might need to force refresh a page, maybe you have data that needs to be fetched from the server but aren’t using a SWR
How I setup Next.js Projects
Posted on:October 30, 2021 at 00:00:00Next.js is probably my favorite framework. I create 100s of projects a year using Next.js and set them up the same way every single time.
Dealing with Date objects in Next data fetching
Posted on:November 10, 2021 at 00:00:00Data fetching with dates in Next.js usually lead to a error serializing due to date timestamps. We can easily handle this in a few ways.
Next.js - How to optimize fonts
Posted on:May 3, 2022 at 00:00:00When using 3rd party fonts we have to make sure they are optimized, in the times before Next.js 10.2 you had to manually optimize but now it is built in.
How to open a link in a new tab
Posted on:October 29, 2021 at 00:00:00Next Link is one of my favorite features of Next.js, when it launched I was impressed with the team over Vercel when they handled internal versus external links
NextJS FaunaDB Crash Course
Posted on:May 7, 2021 at 00:00:00Are you looking for a new database? Maybe Fauna is for you, this blog post takes you from zero to usage
How to reload an SSR page
Posted on:April 2, 2022 at 00:00:00When using SSR you might need to update the data that has been served because a user has done something to mutate this.
How to handle page to page loading in Next.js
Posted on:March 23, 2022 at 00:00:00One thing you do want is a way to handle moving between pages and loading data using Next Router and events.
SSR VS SSG
Posted on:August 4, 2021 at 00:00:00We have SSG, ISG, SSR, SWR and so much more, so today we are going to look at SSG and SSR. What they do and how they are different from each other.
How to use Chakra UI and Next Image
Posted on:January 22, 2022 at 00:00:00ChakraUI and Next Image can work together allowing you to use power styling and powerful optimization together.
Using Next Middleware to access and use geolocation in a non dynamic route
Posted on:May 6, 2022 at 00:00:00Middleware gives you access to geolocation data that can shape the way you deliver content. How can we use it?
Vercel Cron Jobs are here!
Posted on:March 5, 2023 at 12:00:00This blog post is going to show you how you can integrate both Clerk and Firebase together to create a recipe application.