NextJSReactNextJS - Image OptimizationNext.js solves <img> with the <Image> component , which extends the standard HTML <img…October 05, 2023 1 min
NextJSReactNextJS - CSSNext.js supports multiple ways to style your app, each solving a different problem. Method Scope…October 04, 2023 1 min
NextJSReactNextJS - Error HandlingNext.js divides errors into two main types : Expected errors → normal situations that can happen…October 03, 2023 1 min
NextJSReactNextJS - Caching & RevalidatingWhen a page fetches data (API, DB, etc.), doing the work every request is slow . So Next.js can…October 02, 2023 1 min
NextJSReactNextJS - Data FetchingServer Components Server Components are the default in the App Router. Because they run on the…September 06, 2023 1 min
NextJSReactNextJS - Cache ComponentsCache Components (opt-in via cacheComponents: true ) introduce a rendering model called: Partial…September 05, 2023 1 min