#frontend

No articles are currently tagged with 'frontend'.
2 articles tagged with frontend
The CSS vertical-align Problem Is Finally Solved: text-box-trim and margin-block

The CSS vertical-align Problem Is Finally Solved: text-box-trim and margin-block

For decades, centering text vertically in buttons, badges, and layouts felt slightly off. The culprit: leading space β€” invisible padding built into every font's metrics. Two CSS properties now solve this at different levels: text-box-trim for inline text and margin-block with cap/lh units for block layouts.
Vue 3.5: The 'Minor' Release That Rewrote the Rules of Frontend Performance

Vue 3.5: The 'Minor' Release That Rewrote the Rules of Frontend Performance

Vue 3.5 arrived with no breaking changes and a set of internals improvements that should make any developer pay attention β€” 56% less memory usage, lazy hydration, and a stabilized reactive props API.