Skip to content
Tag12 articles2 courses

React

Everything on Core Concept Learning tagged with React. Explore related tags below.

Related tags

Courses

Beginner~2.5 hours

Master the Next.js App Router, React Server Components, server-side data fetching, Server Actions, caching, and Vercel deployment.

Intermediate~2.5 hours

Master component composition, compound components, custom hooks, performance profiling, React Context, and Concurrent React primitives.

Articles

Next.js 16 continues the evolution of web application architecture, refining React Server Components (RSC), introducing Partial Prerendering (PPR) into producti…

Aug 1, 20263 min read
Read

ReAct Pattern is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical mental model you can us…

Jul 29, 20263 min read
Read

A team adds "use client" to a layout file so one small interactive search box works, and every component that layout imports — navigation, footer, a large third…

Jul 22, 20268 min read
Read

Next.js 16 provides two primary server execution runtimes for dynamic rendering: the traditional Node.js Server-Side Rendering (SSR) runtime and the lightweight…

Aug 3, 20268 min read
Read

Managing complex, high-frequency state updates in large React applications using traditional Redux or React Context leads to significant performance bottlenecks…

Aug 3, 20269 min read
Read

Next.js 16 introduces powerful performance primitives for modern React applications. With refined React Server Components (RSC) streaming, explicit route-level …

Aug 3, 20269 min read
Read

Modern web applications must deliver instantaneous visual rendering and smooth, latency-free user interactions. Heavy JavaScript bundle sizes, unoptimized hero …

Aug 3, 20269 min read
Read

Single-Page Applications (SPAs) executing inside client-side web browsers are classified by OAuth 2.0 standards as Public Clients. Unlike confidential backend s…

Aug 3, 20269 min read
Read

Google officially replaced First Input Delay (FID) with Interaction to Next Paint (INP) as a Core Web Vitals metric. While FID measured only the delay before th…

Aug 3, 20269 min read
Read

A reader highlights a paragraph about idempotency keys and wants one question answered — "does this apply if my handler writes to two databases?" — without leav…

Aug 3, 202610 min read
Read

A support engineer asks design to make the "delete account" button more clearly dangerous, so the team darkens the red on that one page. Three weeks later, some…

Aug 3, 20266 min read
Read

A model can describe a system as structured nodes and edges (see generating diagrams with the Gemini SDK), but a static SVG rendered from that description is st…

Aug 3, 20268 min read
Read

Want a curated collection instead? Topic hubs group the best content by subject.

Browse Topics