Blog — nsaunders.dev
https://nsaunders.dev/posts
My thoughts on React, TypeScript, frontend development, and software engineering in general
フィード
The perils of the cascade
Blog — nsaunders.dev
The cascade in CSS adds extra layers of unpredictability and creates unnecessary cognitive overhead. Inline styles offer a simpler, more reliable styling approach.
7日前
From CSS madness to CSS Hooks
Blog — nsaunders.dev
The limited capabilities of inline styles have frustrated web developers for decades, forcing us to choose between unmaintainable architecture and complex workarounds. CSS Variables offer a solution.
1年前
Function asChild
Blog — nsaunders.dev
The pitfalls of polymorphic components, and how I use a time-tested React design pattern to overcome them
2年前