How to set up self-healing URLs in Next.js for better SEO
Set up self-healing URLs with the App Router in Next.js for better SEO, accessibility, and usability
Read more āSubscribe to š Tiny Improvements, my weekly newsletter for product builders. It's a single, tiny idea to help you build better products.
Set up self-healing URLs with the App Router in Next.js for better SEO, accessibility, and usability
Read more ā
Learn how to add custom fonts to your Next.js app using next/font and Tailwind CSS. Improve user experience without sacrificing performance.
Read more ā
Sometimes fixing a TypeScript or eslint error in VS Code can feel impossible. Here's what I do when I have exhausted all my resources.
Read more ā
Extracting types from a JavaScript object is a common task in TypeScript. This post shows how to do it with VS Code.
Read more ā
Learn how to sync your About page and your personal GitHub README bio on your Next.js site, as a step towards owning your content on social media.
Read more ā
Use previous issues of your newsletter to attract new subscribers, using the ConvertKit API with your Next.js site.
Read more ā
I migrated apisyouwonthate.com, a site with 20k+ monthly visits, from Gatsby to Next.js at the end of 2021. Let's talk about what I learned from that experience.
Read more ā
This tutorial will teach you how to automatically add links to heading tags in your mdx posts on your Next.js site with a plugin called rehype-slug. This should work for most nextJS sites that use MDX for content, as well as many other JavaScript-based sites which use MDX.
Read more ā