shadow-cljs is a ClojureScript compiler which friendly to JavaScript developers. By default, ClojureScript code is compiled to JavaScript in Google Closure Compiler modules, which uses namespaces to manage files(or modules). However, nowadays the JavaS... (more…)
Read more »
It’s essential to divide JavaScript and CSS code into small and concise parts. We make it easier for ourselves and others to manage it, and also to understand and maintain it later. Browsers on the… (more…)
Read more »
ts-loader has just released v9.0.0. This post goes through what this release is all about, and what it took to ship this version. For intrigue, it includes a brief scamper into my mental health along the way. Some upgrades go smoothly - this one had some ... (more…)
Read more »
Here is a guide to the 8 most useful optimizations to reduce the size and speed of Webpack builds. This article will be updated when a new stable version of Webpack 5 will be released... (more…)
Read more »