Reading List
- Debugging layout repaint issues triggered by CSS Transition
Dzhavat Ushev
•
18 Feb 2021
A couple of weeks ago I was randomly checking the performance of a CSS Transition here on my blog. I was expecting to see a butter smooth animation but ended up surprised 😲. The transition was triggering repaint on pretty much the whole page every time it ran.
- The Fantasy of Opting Out
Those who know about us have power over us. Obfuscation may be our best digital weapon.
- The web didn’t change; you did
If you didn’t gather off the bat from the title, the problem with developing front end projects isn’t that it’s harder or more complicated, it’s that *you* made it harder and more complicated. You have the power of choice, so choose what you want to do - because the choices are overwhelming and ther…
- You probably don’t need a micro-frontend
Micro-frontends is a relatively new architectural style for building web-based applications, which as the name suggests, is an extension of the popular microservices pattern. In this blog post I argue that this is a pattern you might not need!