parcel
snowpack
Our great sponsors
parcel | snowpack | |
---|---|---|
105 | 2 | |
40,766 | 19,804 | |
0.8% | - | |
9.5 | 7.7 | |
2 days ago | 3 days ago | |
JavaScript | 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.
parcel
-
Create a Markdoc plugin in less than 15 lines of code
A couple of weeks ago, we open-sourced Markdoc, the authoring tool powering the Stripe docs. To accompany the launch, we published a blog post showing how to get started using Markdoc with Next.js, using the @markdoc/next.js plugin. In this blog post, I’ll show you how to create your own plugin, using the one I wrote for Parcel, as an example, so that you can use Markdoc with it.
-
how to run a local server (with html/css/jsc/etc files) and launch a website in chrome i can view?
I like using Parcel. https://parceljs.org/
- After 1 month of learning HTML and CSS made this website. What should I work on?
-
Finally, Use Your TypeScript Aliases in Parcel v2
You might keep scrolling and see the section titled "TypeScript ~ Resolution", followed by a promising tsconfig.json with some paths, and think they do actually support it. Well, they don't. This issue opened in 2017 leads me to believe they don't plan to.
-
My first full-stack web app
minify your JS to speed up your page loads - it's marginal but it's relatively trivial to automate with a deployment tool like Rollup, parcel or grand-daddy Webpack.
-
How to write a Firefox add-on using parceljs?
I created a basic firefox sidebar extension and now I want to rewrite it with the help of parceljs
- How do you get Typescript to work on a webpage with multiple files using Visual Studio Code?
-
Tailwind, Chakra UI, Mantine or just Vanilla CSS will do ?
Parcel
-
Open Source Adventures: Episode 30: Using D3 and Parcel to visualize Russian Tank Losses
Parcel didn't quite do zero-config bundling, and there are some annoying things, like it's impossible to turn off hashing (--no-content-hash just replaces content hashes with static hashes), but that's still a big improvement over other JavaScript bundlers.
-
Importance of frontend performance optimization
Too many css and script links in HTML file - This may cause too many http requests being made in order to load necessary style sheets and JavaScript code. This can be handled by bundling multiple css files and js files into single ones. Doing it manually might take forever to do. This is why I started to get interested into JavaScript bundlers. The most popular ones are Webpack, Parcel, and my latest favorite pick - Vite.
snowpack
-
Is Astro ready for your blog?
Astro began life with Snowpack as its asset pipeline, which makes perfect sense given that the two projects came originally from the same development team. However, the developers soon reached the decision that Astro would be a better product if it used the impressive Vite package, instead. While the resulting switchover was a breaking change with a capital BC when it occurred, the capabilities it unlocked have proven the exceptional wisdom of this choice.
- Snowpack retires, creator recommends Vite instead
What are some alternatives?
vite - Next generation frontend tooling. It's fast!
esbuild - An extremely fast JavaScript and CSS bundler and minifier
Snowpack - ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️ [Moved to: https://github.com/FredKSchott/snowpack]
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.
gulp - A toolkit to automate & enhance your workflow
Next.js - The React Framework
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:
browserslist - 🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env
swc - Rust-based platform for the Web