Bookmarks

Avoid Large, Complex Layouts and Layout Thrashing  |  Web  |  Google Developers

Good guide on ways to avoid "layout thrashing" which is bad for performance. Most useful tip is to only check layout forcing properties in JS (height, width etc) at the beginning of requestAnimationFrame