Getting Started With Webmention and NextJS
A tutorial on implementing Webmention functionality to collect social media comments and interactions on a Next.js website.
A tutorial on implementing Webmention functionality to collect social media comments and interactions on a Next.js website.
A guide on fixing Node.js memory allocation errors in Netlify builds by setting environment variables to increase the JavaScript heap limit.
A technical guide to implementing a perfect, flicker-free Dark Mode for React applications using Gatsby or Next.js.
Explores four patterns to implement persistent layouts in Next.js applications, preventing full UI re-renders during navigation.
A technical guide on integrating Redux Persist with Next.js to maintain the Redux store state between browser sessions.
A guide on integrating Redux Saga for handling asynchronous actions in a server-side rendered Next.js application.
Explains using Next.js 16's Proxy Layer to manage multi-lingual routing, SEO, and authentication with a three-way route classification system.
Explains how to use Next.js compiler options to strip console.debug and other logs from production builds for cleaner code and zero runtime overhead.
A guide to creating and implementing a dynamic web app manifest file in a Next.js application using the metadata API.
A guide on adding an RSS feed to a NextJS blog to improve content syndication, discoverability, and SEO using the 'rss' npm library.
A developer details the tech stack behind their personal website, built with React, Next.js, SASS, and Markdown, including solutions to common challenges.