lerna
webpack
lerna | webpack | |
---|---|---|
165 | 356 | |
35,770 | 64,869 | |
0.2% | 0.3% | |
8.4 | 9.9 | |
6 days ago | 2 days ago | |
TypeScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
lerna
-
How to Create an NPM Packages using Rollup.js + Lerna.js + Jfrog Artifactory
Lerna.js is a popular tool for managing JavaScript projects with multiple packages, often referred to as monorepos. It simplifies the process of versioning, publishing, and managing dependencies across various packages within a single repository.
-
Starting the Console front-end for Rainbow Platform
For dependency and workflow management in Gaia, we can use any tool available in the Node ecosystem. You might suggest Lerna or even Turborepo. For our needs, the default npm workspaces will suffice.
-
My Journey to Building Flexilla: Headless interactive component library
That’s how I ended up with the library at version 2.x.x. From that point, I stopped making those mistakes. With Lerna, I no longer have to worry about changing package versions that haven’t been updated; Lerna takes care of that for me.
-
Add Step-up Authentication Using Angular and NestJS
Open the project up in your favorite IDE. Let's take a quick look at the project organization. The project has an Angular frontend and NestJS API backend housed in a Lerna monorepo. If you are curious about how to recreate the project, check out the repo's README file. I'll include all the npx commands, CLI commands, and the manual steps used to create the project.
-
Things I learned while building projects with NX
Lerna currently maintained by Nx team
- tsParticles 3.0.0 is out. Breaking changes ahead.
-
Nx 16.8 Release!!!
On Netlify's enterprise tier, approximately 46% of builds are monorepos, with the majority leveraging Nx and Lerna. Recognizing this trend, Netlify has focused on enhancing the setup and deployment experiences for monorepo projects. In particular they worked on an "automatic monorepo detection" feature. When you connect your project to GitHub, Netlify automatically detects if it's part of a monorepo, reads the relevant settings, and pre-configures your project. This eliminates the need for manual setup. This feature also extends to local development via the Netlify CLI.
- Mocha/Chai with TypeScript (2023 update)
-
Help with library implementation in a big webapp
This is the exact problem monorepos were born to solve. Not only will a monorepo let you share UI components, you'll be able to gradually add shared application logic as well (for instance, do all of your apps have their own logic for connecting to a database? you could roll that into a shared library with a monorepo). There are a lot of tools for accomplishing this in JS, but probably the most popular is lerna, which is built on top of NX (though lots of teams roll their own monorepo in nx without lerna, which IMO is a totally valid option).
-
How to Build and Publish Your First React NPM Package
To begin, you need to prepare your environment. A few ways to build a React package include tools like Bit, Storybook, Lerna, and TSDX. However, for this tutorial, you will use a zero-configuration bundler for tiny modules called Microbundle.
webpack
-
8 Must-Have Productivity Tools for Frontend Developers in 2025
Official Website: https://webpack.js.org/
-
Documentation Release Notes - November 2024
The JS SDK now lets you opt out of specific modules you don't need and optimize the final bundle size. You can do that by using either of two popular JavaScript build tools: Rollup or Webpack.
-
Vue 3 Starter Template with Webpack, Tailwind CSS, and MerakUI - Quick Setup for Modern Web Apps
Webpack: A bundler for managing and optimizing module dependencies. Learn More
-
Top 10 JavaScript Libraries </>
Description: A module bundler that compiles JavaScript modules (along with assets like styles and images) into a single bundle or multiple bundles for optimized loading. It also supports hot reloading and code splitting. Use Cases: Bundling and optimizing JavaScript files for production, often used in larger web projects. Website: Webpack
-
Low-Level Documentation
Webpack official website
-
Dockerizing a Next.js Application using a Standalone Build
For its part, Next.js is the most popular React framework. As any other JavaScript application that uses a bundler such as webpack or Vite, for production a compiled version of the project is used. This is known as build. A build aims to provide the minimum amount of code needed for the application to function the same as it does in development. This ensures that JavaScript files are very lightweight, allowing the browser to fetch and interpret them in the shortest possible time to render the user interface or perform whatever tasks the application requires."
-
Why You Should TRUST Frameworks (And What It Takes to Build One From Scratch)
Webpack manages standalone applications.
-
What is New for Developers in Strapi 5: Top 10 Changes
Previously, Strapi used Webpack, a free and open-source module bundler for JavaScript.
-
Vite vs Webpack: Which Build Tool is Right for Your Project?
Webpack is a module bundler used to build modern JavaScript applications. It allows developers to compile modules and optimize assets in an application. A key feature of Webpack is that it is flexible in its customization, which enables it to be suitable for both small- and large-scale applications. You can install Webpack by running the command below:
-
Optimizing Web Performance: Best Practices and Techniques
Additional Resources Google Lighthouse WebPageTest TinyPNG Webpack Documentation Service Worker API
What are some alternatives?
turborepo - Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turborepo and Turbopack. [Moved to: https://github.com/vercel/turbo]
craco - Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.
nx - Smart Monorepos · Fast CI
vite - Next generation frontend tooling. It's fast!
changesets - 🦋 A way to manage your versioning and changelogs with a focus on monorepos
esbuild - An extremely fast bundler for the web
pnpm - Fast, disk space efficient package manager
Rollup - Next-generation ES module bundler
single-spa - The router for easy microfrontends
gulp - A toolkit to automate & enhance your workflow
husky - Git hooks made easy 🐶 woof!
parcel - The zero configuration build tool for the web. 📦🚀