Thoughts on web development, open source, software architecture, and the future.| philipwalton.com
I was asked: “How does one serve polyfills only to browsers that need them?”| 3perf.com
A common solution is adding the polyfills to the main application bundle. Another solution is to load polyfills from a service like Polyfill.io.| golb.hplar.ch