@kentcdodds: No, you hate content layout shift (CLS) which is SSR done wrong
Summary
The tweet discusses how Content Layout Shift (CLS) is often a result of improper Server-Side Rendering (SSR), expressing a common developer frustration.
Similar Articles
@kentcdodds: You can definitely hate performance optimizations based on the amount of data your dealing with
Kent C. Dodds criticizes unnecessary performance optimizations in React, such as using virtualized lists for layouts that the browser can handle trivially.
CSS: Unavoidable Bad Parts
A personal blog post by a non-web developer discusses the unavoidable bad parts of CSS, including layout challenges, browser defaults, and wrapper overuse, while highlighting a learnable subset for simple tasks.
@kentcdodds: React haters showing up in the comments on this one You might hate it, but I'm not wrong. And I predicted it back in 20…
A tweet from kentcdodds about React haters commenting on his correct prediction from 2020, with links to receipts.
@kentcdodds: https://x.com/kentcdodds/status/2092636438567465153
A tweet by Kent C. Dodds sharing a link to unknown content, inferred to be tech-related based on the author's background in web development and JavaScript.
Quoting Julia Evans
Julia Evans shares her perspective on learning to love CSS, explaining that many common frustrations have been addressed and that the complexity of CSS reflects the difficulty of layout problems.