Modern Next.js
Routing, Layouts, Server Components, API Routes & Server Actions
Aug 30, 202618 min read

Search for a command to run...
Articles tagged with #webdevelopment
Routing, Layouts, Server Components, API Routes & Server Actions

Why It Became the Default React Framework?

Why State Management Becomes Difficult? State management becomes difficult as applications grow because the distance between where state lives and where it’s needed increases, forcing developers into

Virtual DOM, Reconciliation, and Rendering

useState, useEffect, and Custom Hooks Explained

Why React Exists? Let's start with a question. Why did developers create React when JavaScript already existed? Good question right? It's worth separating "JavaScript" (the language) from "how people
