Recently, I've been working on an isomorphic React website. This website was developed using React, running on an Express server. Everything was going well, but I still wasn't satisfied with a load-blocking CSS bundle. So, I started to think about options for how to implement the critical-path technique on an Express server.
This article contains my notes about installing and configuring a critical-path performance optimization using Express and Handlebars. Throughout this article, I'll be using Node.js and Express. Familiarity with them will help you understand the examples.
The post Optimizing Critical-Path Performance With Express Server And Handlebars appeared first on Smashing Magazine.
No comments:
Post a Comment