Skip to content
Tag9 articles

Frontend

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

Related tags

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

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

While modern JavaScript JIT engines execute code at high speeds, garbage collection pauses and dynamic typing overhead make JS ill-suited for heavy computationa…

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

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

Cross-Site Scripting (XSS) remains one of the most dangerous vulnerabilities in modern frontend applications. If an attacker manages to inject a malicious <scri…

Aug 3, 20269 min read
Read

Building modern interactive single-page applications (SPAs) often requires maintaining duplicate data models across frontend React/Vue codebases and backend RES…

Aug 3, 20269 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

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

Browse Topics