I'll walk through some of build time optimization techniques we used for our products here at the company I work at. (more…)
Read more »
Hello again guys. This time we will create a typescript project using webpack 3. The typescript version I use in this example is 2.4.2 which is the latest typescript version at the time I am writing this article. I've got the idea for creating this articl... (more…)
Read more »
In this post, we describe the challenges we faced while replacing the Rails asset pipeline with Webpack, how we solved those issues, and what we learned along the way. (more…)
Read more »
Webpack 5's Module Federation makes creating micro frontends straightforward. It is also available in NextJS 10+ via an experimental feature flag and it makes integrating micro frontends a breeze. You first build an external micro frontend and deploy it a... (more…)
Read more »