Thoughts on web development, open source, software architecture, and the future.| philipwalton.com
Safari 10.1 `nomodule` support. GitHub Gist: instantly share code, notes, and snippets.| Gist
Chrome| caniuse.com
Determining module system#| nodejs.org
@babel/preset-env is a smart preset that allows you to use the latest JavaScript without needing to micromanage which syntax transforms (and optionally, browser polyfills) are needed by your target environment(s). This both makes your life easier and JavaScript bundles smaller!| babeljs.io
Why do we need to talk about robust JavaScript and how do we achieve it?| molily.de
The other day I was holding a workshop on performance optimisation for single page applications. For this workshop I needed an example that I could optimise step by step. I decided not to use a framework, as I didn’t know the experiences and background of my attendees. Also, I didn’t want to draw attention to framework details, rather focus on concepts that build on the platform and that are universally applicable to SPAs.| fettblog.eu