I have several hundred \"row\" elements like this:
This is a bit of an old question but I stumbled upon it when researching the issue and so I thought I would share what I found during my research for others.
There is a pretty good library which helps you avoiding forced reflows, especially on larger applications: https://github.com/wilsonpage/fastdom.
The idea of the library is to group reads and writes into separate phases.