webpack or esbuild: Why not both?
esbuild makes builds faster, but if you’re invested in webpack, esbuild-loader enables you to use esbuild alongside webpack.
Read more »esbuild makes builds faster, but if you’re invested in webpack, esbuild-loader enables you to use esbuild alongside webpack.
Read more »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 »At Replit, our mission is to make programming more accessible. We provide people with free compute in the cloud so that they can build…
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 …
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…
Read more »⚡️ Speed up your Webpack build with esbuild. Contribute to privatenumber/esbuild-loader development by creating an account on GitHub.
Read more »Let us create a vue 3 with Typescript component framework!Setting up Webpack and Babel and creating a playground for our components!Don’t forget to subscribe…
Read more »This is a clip from my talk at a ReactJs meetup This talk focuses more on webpack internals and architecture. By the end of the video you will be able to wri…
Read more »Over the last couple of years, the benefits of micro-service architectures have been well publicized. Starting from monoliths in the early…
Read more »When I talk to friends and relatives about what I do at Etsy, I have to come up with an analogy about what Frontend Infrastructure is. It’s a bit tricky to describe because it’s something that you …
Read more »