common-tags
webpack
common-tags | webpack | |
---|---|---|
2 | 346 | |
1,973 | 64,559 | |
- | 0.3% | |
0.0 | 9.9 | |
almost 3 years ago | 3 days ago | |
JavaScript | JavaScript | |
GNU General Public License v3.0 or later | 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.
common-tags
-
What is the best way to write html inside of template strings?
I just found common-tags on github and it looks great. One issue though:
-
Most women don't have a problem with a broke man, they have a problem with a man who's comfortable being broke.
I am a programmer. I created a tool that helps other programmers maintain their code. It has been downloaded more than five hundred million times, and consistently gets around 25 million downloads per month on average. Did I do it for money? No. The project is open source, free to use, modify and redistribute to anyone who feels they want to. I have made $0 since publishing it. There isn't even a donation link associated with the project.
webpack
-
Optimizing Web Performance: Best Practices and Techniques
Additional Resources Google Lighthouse WebPageTest TinyPNG Webpack Documentation Service Worker API
-
Digital asset management: The right time to scale your tech stack
If you're working with a modern web framework like React or Vue, you might be using something like Webpack or Rollup to bundle your assets. These tools are great, but a simpler approach to managing assets exists. This is where DAM can complement your existing build process.
-
How to Use Less CSS With Build Tools Gulp or Webpack
Webpack is a versatile module bundler that efficiently manages assets in a web project, from JavaScript and CSS to images and fonts.
-
Build a Web App with Oats~i – Setting Up
I encourage you to learn about Webpack, why it’s needed, and how you can configure it, to make the most out of Oats~i and other projects you may have using Webpack as a bundler.
-
Webpack vs Vite: A Detailed Comparison for Web Development
Webpack is a powerful module bundler for JavaScript applications. It takes your JavaScript files and their dependencies, bundles them into a single file (or a few files), and optimizes them for the browser. Webpack has been the go-to tool for many developers for several years, thanks to its flexibility and extensive plugin ecosystem.
-
Tools and libraries widely used in micro frontend architectures!
Official Website
-
JavaScript frameworks: comparing the latest tools and libraries
Webpack is a module bundler that enables developers to bundle JavaScript files for usage in a browser.
-
Webpack Performance Tuning: Minimizing Build Times for Large Projects
This is particularly true for Webpack, one of the most popular bundlers in the industry, with over 30 million downloads per week.
-
Creating a React component using Symfony UX
Webpack is a bundler for JavaScript applications. It takes in multiple entry points and bundles them into optimized output files, along with their dependencies, for efficient delivery to the browser. Symfony provides a component to easily integrate webpack within your application. You can install it using composer and then npm to install the javascript required libraries:
-
Let’s Get Hands-On with WordPress FSE Theme and Custom Blocks — Part 2
We are operating within a Node environment, so our first step is to initialize our project by creating a package.json where we define dependencies and commands. Personally, I use both webpack (on top of which @wordpress/scripts is built) and Parcel. While using two different build engines may lack elegance, Parcel’s user-friendly approach compensates for this compared to webpack. Its commands are straightforward, requiring no additional configuration files. However, if you prefer using webpack exclusively, you can achieve this with just a few additions to your webpack.config.js.
What are some alternatives?
JsBarcode - Barcode generation library written in JavaScript that works in both the browser and on Node.js
craco - Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.
html-template-tag - :page_facing_up: - ES6 Tagged Template for compiling HTML template strings
vite - Next generation frontend tooling. It's fast!
react-templates - Light weight templates for react
esbuild - An extremely fast bundler for the web
Rollup - Next-generation ES module bundler
gulp - A toolkit to automate & enhance your workflow
parcel - The zero configuration build tool for the web. 📦🚀
react-app-rewired - Override create-react-app webpack configs without ejecting
tsup - The simplest and fastest way to bundle your TypeScript libraries.
Snowpack - ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️ [Moved to: https://github.com/FredKSchott/snowpack]