NextJSNext.jsNextJS - CSSNext.js supports multiple ways to style your app, each solving a different problem. Method Scope…October 04, 2023 1 min
NextJSNext.jsNextJS - Error HandlingNext.js divides errors into two main types : Expected errors → normal situations that can happen…October 03, 2023 1 min
NextJSNext.jsNextJS - 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
NextJSNext.jsNextJS - Data FetchingServer Components Server Components are the default in the App Router. Because they run on the…September 06, 2023 1 min
NextJSNext.jsNextJS - Cache ComponentsCache Components (opt-in via cacheComponents: true ) introduce a rendering model called: Partial…September 05, 2023 1 min
NextJSNext.jsNextJS - Server vs Client ComponentsNext.js splits your React tree across two environments: Server Components → Run on the server for…September 04, 2023 2 min