Articles by Tag #webpack

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Turbopack in Next.js: The Future of Development Bundling 🚀

Say goodbye to slow build times and hello to faster development with Turbopack! As a front-end...

Learn More 14 0Dec 8 '24

Implementing Webpack from Scratch, But in Rust - [1] Parsing and Modifying JS Code Using Oxc

Referencing mini-webpack, I implemented a simple webpack from scratch using Rust. This allowed me to...

Learn More 13 5Oct 24 '24

Which JavaScript Bundler Is Right for You? A Deep Dive into Webpack, Vite, and More

In the world of web development, developers often debate the merits of two major bundlers: Webpack...

Learn More 13 0Jan 31

Implementing Webpack from Scratch, But in Rust - [2] MVP Version

Referencing mini-webpack, I implemented a simple webpack from scratch using Rust. This allowed me to...

Learn More 10 0Oct 28 '24

Implementing Webpack from Scratch, But in Rust - [4] Implement Plugin System

Referencing mini-webpack, I implemented a simple webpack from scratch using Rust. This allowed me to...

Learn More 9 3Nov 5 '24

Implementing Webpack from Scratch, But in Rust - [5] Support Customized JS Plugin

Referencing mini-webpack, I implemented a simple webpack from scratch using Rust. This allowed me to...

Learn More 9 0Nov 27 '24

Build tools:- Vite ~ Webpack & Deploy the Dist Folder

When ever we do dynamic imports the bundler plugins, like webpack, Parcel, Rollup, and esbuild can be...

Learn More 9 0Aug 12

Migrating from Create React App to Vite — A Step-by-Step Guide

Create React App to Vite Migration Steps

Learn More 6 0Mar 31

Module Bundlers Explained: Webpack, Rollup, Parcel, and Snowpack with Examples

Building a website might seem straightforward with just HTML, CSS, and JavaScript. But as your...

Learn More 6 0Dec 3 '24

Setting Up React with Webpack and babel from Scratch

If you're starting a React project from scratch and want full control over your setup, using Webpack...

Learn More 6 2Mar 31

Why Everyone Is Moving to Vite in 2025

I’ll be honest, for the longest time, I stuck with Webpack and the usual Angular CLI defaults. I...

Learn More 5 0Jul 9

What is Evan You doing by creating VoidZero, and what are the issues with JS toolchains?

Hi there, my name is Fupeng Wang. I am a senior full-stack engineer, and author of a 17.5k...

Learn More 5 0Dec 17 '24

18+ Questions to Challenge and Expand Your Webpack Knowledge

Table of Contents Table of Contents 0. Intro 1. Introduction & Basic Concepts What...

Learn More 5 0Feb 8

From Zero to Production: Setting Up React with Webpack Explained

Introduction Let's face it - modern web development can be overwhelming. We're all chasing...

Learn More 4 2Apr 2

MicroFrontend with Module Federation (Full Configuration)

MicroFrontend: An architectural style where a frontend application is split into smaller,...

Learn More 3 0Jul 23

Step-by-Step Guide to Angular Microfrontends with Nx and Dynamic Module Federation

In this article, we'll walk through how to implement a scalable Microfrontend architecture in Angular...

Learn More 3 0Jul 30

Supporting classic Ember asset fingerprinting in Embroider

This blog post is about how Lighthouse switched fingerprinting of assets from classic to embroider.

Learn More 3 0Jan 21

Implementing Webpack from Scratch, But in Rust - [3] Using NAPI-RS to Create Node.js Addons

Referencing mini-webpack, I implemented a simple webpack from scratch using Rust. This allowed me to...

Learn More 3 0Oct 31 '24

Vite vs. Webpack: Which One Is Right for Your Project?

As web applications grow, so does the need for faster and more efficient development tools. For...

Learn More 2 1Nov 3 '24

Solving micro-frontend challenges with Module Federation

Written by Peter Aideloje✏️ Proper system architecture and how you shape it is an often overlooked...

Learn More 2 1Jan 28

Vue 3 Starter Template with Webpack, Tailwind CSS, and MerakUI - Quick Setup for Modern Web Apps

This Vue 3 Starter Template integrates Webpack, Tailwind CSS, and MerakUI components for rapid...

Learn More 2 0Nov 6 '24

Improving developer experience ( part two ) with Webpack hooks

Inspiration: Sometimes when working on a large webpack project, your compiler might unwilingly decide...

Learn More 2 0Oct 8

Vite vs Webpack: Who Wins in 2025?

A Look at Two Titans of the Frontend Build World—And Why the Landscape Is Changing ⚔️...

Learn More 2 0Jul 18

Understanding Problem Matchers in Visual Studio Code

Introduction Visual Studio Code (VS Code) is a powerful and extensible code editor widely...

Learn More 2 0Jan 31

who is still using webpack in 2025 😂

A post by Sean Boult

Learn More 2 2May 29

Webpack to Rspack: A Deep Dive Into Our Build Time Breakthrough

1. Why We Migrated We maintain a large, multi-entrypoint Single Page Application (SPA)...

Learn More 2 0Jul 20

Create a ReactJs Webpack project manually without create-react-app

Step 01: Initialize the Project mkdir RW cd RW npm init -y Enter fullscreen mode ...

Learn More 1 0Jul 22

Handling TypeORM migrations in Electron apps

Introduction I'm currently building an app using Electron and decided to use SQLite with...

Learn More 1 2Nov 24 '24

A Modern Alternative to Create React App

Introducing template-rtw: A Modern Alternative to Create React App With the deprecation of...

Learn More 1 2Mar 14

CRA cli is no longer maintained, which alternative we should use?

The CRA cli is no longer maintained. Most of the Software companies are using CRA(Create React App)...

Learn More 1 0Mar 26