Tree shaking in JavaScript is becoming an essential practice, to avoid large bundle sizes and improve performance. (more…)
Read more »
There is no faster (pun intended) way to slow down a site than to use a bunch of JavaScript. (more…)
Read more »
The State of JS 2019 survey left many in awe of the beautifully rendered line graph created by Amelia Wattenberger. So we’ve brought her on JS Party to discuss how she built it! We’ll chat about all things D3, a JavaScript library for creating data visual... (more…)
Read more »
Managing asynchronous dependencies with JavaScript can be a nightmare. But there's a better way. It's called Fetch Injection. (more…)
Read more »
Boa v0.15 is now available! After around 3 months of development, we are very happy to present you the newest release of the
Boa JavaScript engine. Boa makes it easy to embed a JS engine in your projects, and you can even use it from WebAssembly. See
the ... (more…)
Read more »