learn-webpack
parcel
Our great sponsors
learn-webpack | parcel | |
---|---|---|
1 | 145 | |
33 | 42,150 | |
- | 0.6% | |
2.5 | 9.5 | |
7 months ago | 6 days ago | |
JavaScript | JavaScript | |
- | 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.
learn-webpack
-
Learn Webpack
Mode: Enable webpack built-in optimizations for development and production.
parcel
-
JavaScript Module Bundlers and all that Jazz ✨
Parcel is a popular zero configuration build tool for the web. Some of its popular features include -
-
Building on Reddit's API with JavaScript
Parcel is a JavaScript bundler for Web applications with zero configuration and is straight-forward to set up. It packages all the application files in a dist folder, so the application can be run.
-
Tried SCSS and now I don't want to ever go back to writing plain CSS again.
Sounds like you're looking for ParcelJS https://parceljs.org/
-
zachrytylerwood/vscode
parcel-bundler cache (https://parceljs.org/)
-
Django and Tailwind
FWIW, I'm using https://pnpm.io and https://parceljs.org to handle collecting and building the static assets for .js (Alpine and HTMX) and .css (Tailwind). I found it cleaner separation of concerns to let the JavaScript tooling manage the JavaScript dependencies, and have been happy with the performance and flexibility of this approach.
-
Hindsight is a free and open-source retrospective board
It's a React application written in TypeScript using Parcel.
-
Show HN: Hindsight is a free and open-source retrospective board
- Data export.
Feel free to leave feedback here or on GitHub[3]. Perhaps it could be helpful to you as well. Cheers!
-
Setting up a custom toolchain
A bundler lets you write modular code and bundle it together into small packages to optimize load time. Popular bundlers: webpack, Parcel, esbuild, swc.
-
Getting Tailwind to Work with Elm Book
Most front-end frameworks nowadays include these features as part of their CLI’s such as Create React App, Angular’s ng-cli, etc. For those that don’t, many will use a combination of some type of bundler like Parcel, Rollup, or Webpack and a browser refresher like livereload. This enables you to write code, save it, and immediately see the results. This in turn leads to fast feedback as you iterate all day in this build loop. The native Elm Reactor doesn’t offer this ability and elm-live fits the bill as a small Node.js library to enable this.
-
Front-end Guide
Parcel
What are some alternatives?
vite - Next generation frontend tooling. It's fast!
esbuild - An extremely fast bundler for the web
Next.js - The React Framework
gulp - A toolkit to automate & enhance your workflow
webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Snowpack - ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️ [Moved to: https://github.com/FredKSchott/snowpack]
Rollup - Next-generation ES module bundler
tsdx - Zero-config CLI for TypeScript package development
create-react-app - Set up a modern web app by running one command.
FuseBox - A blazing fast js bundler/loader with a comprehensive API :fire:
Brunch - :fork_and_knife: Web applications made easy. Since 2011.
grunt - Grunt: The JavaScript Task Runner