Next.jsNext.jsNext.js i18n with next-intl: A Practical SetupSupporting multiple languages in a Next.js application doesn't mean creating separate pages for each…September 12, 2026 1 min
NextJSNext.jsNextJS - ProxyProxy allows you to run code before a request is completed , enabling you to modify how the…October 10, 2023 1 min
NextJSNext.jsNextJS - Route HandlersRoute Handlers in Next.js allow you to build backend endpoints directly inside the App Router…October 08, 2023 1 min
NextJSNext.jsNextJS - Metadata and OG imagesMetadata controls how your page appears in: Search engines (SEO), Social media previews,... Static…October 07, 2023 1 min
NextJSNext.jsNextJS - Font Optimizationnext/font is a built-in Next.js module that optimizes web fonts automatically. Google Fonts Next.js…October 06, 2023 1 min
NextJSNext.jsNextJS - Image OptimizationNext.js solves <img> with the <Image> component , which extends the standard HTML <img…October 05, 2023 1 min