See more
The sweet-spot we want is where we render-block the page with the critical CSS that’s required to style the main view, but all non-critical CSS is loaded after the initial render.
…ting critical CSS is something that can be done programmatically, and in this article I’ll show you how to delegate it to your Webpack pipeline.