Frontend Engineering·August 25, 2025
Mastering TypeScript Generics
Stop using 'any'. How to build reusable, type-safe components using Generics. Advanced patterns with extends, keyof, and infer.
#CS#Web#TypeScript#Language

Writing about development and technology.
Stop using 'any'. How to build reusable, type-safe components using Generics. Advanced patterns with extends, keyof, and infer.

The evolution of web rendering. From PHP (MPA) to React (SPA), back to Next.js (SSR/SSG). Deep dive into hydration cost and Server Components.

Why direct DOM manipulation is slow. How Virtual DOM works (Diffing algorithm). React Fiber and incremental rendering explained.
