The most successful SAAS companies today have one thing in common – a world class gross margin. This is the story of how we improved our gross margin by 20% in 90 days.| Segment
Familiarize yourself with general web performance terms! Overview The world of web performance (and indeed GTmetrix) uses many technical terms and web-performance jargon that many users may not be familiar with. This Glossary is intended to help you get a better understanding of commonly used terms that are referenced in our documentation, blog posts, […]| gtmetrix.com
Articles on frontend development and more.| bitsofcode
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.| webpack
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.| webpack
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.| webpack
In the last four years I’ve really improved how I develop and deploy web applications. There’s a new set of tools I don’t leave home without! Let’s talk about what’s changed, and more importantly...| Scott Nonnenberg
How to make a React app load ~30% faster – by tuning some configs and delaying some scripts| 3perf.com
API| esbuild.github.io
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.| webpack
As your React app gets larger, you may have to start worrying about its bundle size. An app’s bundle size is the amount of JavaScript a use| Emma Goto
The idea of the browser pre-caching heavily used JS libraries is an attractive nuisance: looks good, probably won't work. Is there a workable version of this idea? What would the constraints on it be? Could it ever be effective and fair? Down the rabbit hole we go.| Infrequently Noted