Webpack Articles, Tutorials & News

Rails will remove Webpack by default

I didn’t much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned…

Read more »

Lazy Loading in Webpack

In the previous article we’ve described the basics of lazy loading in React. Now we’re diving a bit deeper, and going to explore the logic laying behind the handy API…

Read more »

Using Phoenix Without Webpack

Gravitating away from Javascript over the years, I’ve been exposed to many different programming paradigms and languages. One in particular is functional programming with Elixir, and building web apps with the Phoenix framework. Not only is Elixir a clean…

Read more »