NextJSNextJSNextJS - ProxyProxy allows you to run code before a request is completed , enabling you to modify how the…October 10, 2023 1 min
NextJSNextJSNextJS - Route HandlersRoute Handlers in Next.js allow you to build backend endpoints directly inside the App Router…October 08, 2023 1 min
NextJSNextJSNextJS - Metadata and OG imagesMetadata controls how your page appears in: Search engines (SEO), Social media previews,... Static…October 07, 2023 1 min
NextJSNextJSNextJS - Font Optimizationnext/font is a built-in Next.js module that optimizes web fonts automatically. Google Fonts Next.js…October 06, 2023 1 min
NextJSNextJSNextJS - Image OptimizationNext.js solves <img> with the <Image> component , which extends the standard HTML <img…October 05, 2023 1 min
NextJSNextJSNextJS - CSSNext.js supports multiple ways to style your app, each solving a different problem. Method Scope…October 04, 2023 1 min