React
Everything on CoreConcept tagged with React. Explore related tags below.
Related tags
Courses
Orientation to composition, custom hooks, and performance optimization. Course content is still expanding.
Articles
Next.js 16 continues the evolution of web application architecture, refining React Server Components (RSC), introducing Partial Prerendering (PPR) into producti…
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…
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…
Next.js 16 provides two primary server execution runtimes for dynamic rendering: the traditional Node.js Server-Side Rendering (SSR) runtime and the lightweight…
Managing complex, high-frequency state updates in large React applications using traditional Redux or React Context leads to significant performance bottlenecks…
Next.js 16 introduces powerful performance primitives for modern React applications. With refined React Server Components (RSC) streaming, explicit route-level …
Modern web applications must deliver instantaneous visual rendering and smooth, latency-free user interactions. Heavy JavaScript bundle sizes, unoptimized hero …
Single-Page Applications (SPAs) executing inside client-side web browsers are classified by OAuth 2.0 standards as Public Clients. Unlike confidential backend s…
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…
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…
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…
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…
Want a curated collection instead? Topic hubs group the best content by subject.
Browse Topics