To make a website mobile-friendly, it needs to be responsive and fast. Here are seven best practices for JavaScript websites.| Prerender
Scoring 100/100 on Google PageSpeed insights seems like a dream? Here's how to use these insights to improve your site's performance.| Kinsta®
Update: The Cost Of JavaScript In 2019 is now available to read.| Medium
Modularity is a crucial concept when designing and creating software. Independent of whether our chosen architecture style is to have a single unit of deployment - Monolith or multiple units of deployment - Microservices/Services. It is a quality that should be treated completely independent of how many deployable units of software we choose to have.| binaryigor.com
Thoughts on web development, open source, software architecture, and the future.| philipwalton.com
In the past year I’ve upgraded this blog’s version of Gatsby not just once, but twice. And wow, it has gotten so much better. And so has my blog. Fork it and play around! Or, if you’re not yet...| Scott Nonnenberg
How to make a React app load ~30% faster – by tuning some configs and delaying some scripts| 3perf.com
Not all static imports are immediately needed, and unnecessary imports can be costly. With React.lazy, you can dynamically import components at run time to reduce the size of your static bundle.| www.aleksandrhovhannisyan.com
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
An investigation into how Stripe tracks your users and what you can do to prevent it| mtlynch.io