sdorra.hashnode.devUsing Code Hike within the Next.js app directoryI'm using MDX, with Contentlayer and for the code listing I'm using the wonderful Code Hike library. Next.js 13 had some problems with the usage of contentlayer and the app directory, but this issues are fixed with the version 13.0.3 of Next.js. But ...Dec 17, 2022·1 min read
sdorra.hashnode.devAnalytics with Next.js 13We will explore how to integrate analytic tools such as Google Analytics, Matomo or Fathom with the Next.js 13 app directory. In this article we will use Fathom, but the same principles could be applied to Google Analytics, Matomo or similar tools. T...Dec 17, 2022·2 min read
sdorra.hashnode.devNext.js 13 Fonts with TailwindNext.js 13 introduces a new way to use fonts. This new font system will automatically optimize your fonts and creates a fallback font which reduces the CLS (cumulative layout shift) to zero! The font system allows us to import fonts directly from goo...Dec 17, 2022·2 min read