Fixing Cookie Loss When Proxying from Fastify → Next.js
A workaround for preserving cookies when using Fastify as a custom server for Next.js, ensuring cookies are not lost during SSR.
nextjsfastify
A workaround for preserving cookies when using Fastify as a custom server for Next.js, ensuring cookies are not lost during SSR.
Automate TypeScript type generation from JSON data fetched from a CMS with a custom solution when existing libraries don’t work.
Set up a dark/light theme toggle in a NextJS app with Emotion that respects user preferences
Configuring Emotion with Next.js for SSR, ensuring global CSS like background or font colors render server-side to avoid unstyled pages.
Adding syntax highlighting to an MDX blog using Prism, Next.js, and TypeScript — fast, minimal, and clean.