Skip to main content

Posts

Showing posts with the label How to Load CSS Progressively In Chrome Canary

How to Load CSS Progressively In Chrome Canary

Until now, only in IE/Edge could we leverage streaming of CSS to load progressively the CSS of the components as their HTML is streamed. In other browsers, they would normally block rendering till the entire CSS sources were loaded, giving us the white screen of wait before anything could render. With the latest Chrome Canary, Google has picked the CSS streaming idea from IE/Edge and is in the process of an open discussion to start its standardization by working on its specification.

Follow Us