Skip to content

A simple example demonstrating a common website layout with multiple layers to avoid unnecessary page repaintings.

Notifications You must be signed in to change notification settings

nstseek/repaint-efficiency-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Repaint efficiency example

This project demonstrates a common webpage layout that has a fixed header and a fixed footer with a scrollable content in the middle.

It creates three layers avoid page repainting every time the user scrolls the page.

A simple demonstration on how to have a efficient webpage in exchange for a few extra layers, consuming more memory.

You can check the project right here

The project will present a live demo to you and teach you how to use Chrome DevTools to notice the different layers and repaints.

Releases

No releases published

Packages

No packages published

Languages