James Perkins
James Perkins Blog

James Perkins Blog

Follow
homeTwitchSponsor MeYouTubebadges
Tag

Next.js

#nextjs

More content

Read more stories on Hashnode


Articles with this tag

Using Next Middleware to access and use geolocation in a non dynamic route

May 5, 20223 min read

Using Next Middleware to access geolocation I don’t use Middleware from Next.js often, but I have dabbled a few times. Recently someone in another...

Using Next Middleware to access and use geolocation in a non dynamic route

Next.js - How to optimize fonts

May 2, 20222 min read

Next.js Font Optimized When using 3rd party fonts we have to make sure they are optimized, in the times before Next.js 10.2 you had to manually...

Next.js - How to optimize fonts

How to reload an SSR Page

Apr 3, 20223 min read

When using SSR you might need to update the data that has been served because a user has done something, such as updating a database or subscribed to...

How to reload an SSR Page

Page to page loading in next.js

Mar 23, 20222 min read

I am a huge advocate of minimalist websites, I don't hate heavily overly designed websites with animations and designs but they have a place. Talking...

Page to page loading in next.js

New Year, New CMS?

Jan 6, 20225 min read

Here we are, the new year is upon us, and if you are like us, you have set some New Year’s resolutions for yourself. We are big fans of the fresh...

New Year, New CMS?

How I setup Next.js Projects

Oct 30, 20212 min read

Next.js is probably my favorite framework… Although Astro is slowly creeping into the picture. I create 100s of projects a year using Next.js and set...

How I setup Next.js Projects