Critical CSS and Webpack: Automatically Minimize Render-Blocking CSS

If we only load the CSS that’s useful for the initial page render, our users will see the page quicker. Isolating critical CSS and loading… Read more

Similar

What Problem Does Webpack Solve?

Why do we need a module bundler like Webpack? What even is a module bundler? When I first started coding I was wondering the same thing. Surely it is as simple as just putting your Javascript code in a browser? (more…)

Read more »

WASM Binary Module Loader for Webpack

A simple .wasm binary file loader for Webpack. Import your wasm modules directly into your bundle as Constructors returning of WebAssembly.Instance. This avoids the need of using fetch and parse for your wasm files. Imported wasm files are converted to Ui... (more…)

Read more »