esbuild-loader
vite
esbuild-loader | vite | |
---|---|---|
14 | 843 | |
3,563 | 67,071 | |
0.3% | 1.1% | |
7.7 | 9.8 | |
about 2 months ago | 7 days ago | |
TypeScript | TypeScript | |
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.
esbuild-loader
-
Create React App
i see. there are a loaders like https://github.com/privatenumber/esbuild-loader that works with webpack but i haven't given it a try yet.
-
Do you guys compile with ts-loader or babel-loader?
you can use it with webpack didn't try it myself
-
How to speed up webpack with esbuild-loader
If you are a webpack user and have heard about esbuild speed, you may start questioning your js-bundler choices. Luckily, you don't have to drop your hand-crafted webpack config just now. Thanks to esbuild-loader, you can get part of the speed improvement without doing a whole migration.
-
Blazing fast TypeScript with Webpack and ESBuild
esbuild-loader (secret sauce!) fork-ts-checker-webpack-plugin (helps us with typechecking) nodemon-webpack-plugin (We can also use webpack-dev-server)
-
We Switched from Webpack to Vite
For people already on webpack, there's esbuild-loader (https://github.com/privatenumber/esbuild-loader)
-
Speed up Next.js build with Typescript and Tailwind CSS
esbuild is a JS and TS bundler that promises ultra-fast build times. We use webpack, and there is support to leverage esbuild with esbuild-loader.
-
How we sped up our webpack (TailwindCSS) build by 57%
The first thing I did was replace babel-loader and Terser (minification tool) with esbuild-loader. This made our JS compile around 12 times faster, it went down to 1.4 seconds. It was a good start.
-
Use esbuild to speed up your Creat-React-App project
In fact, the create-react-app-esbuild is only an encapsulation of esbuild-loader.
-
Any using snowpack or esbuild or anything to improve nextjs build speeds?
I just started using this: privatenumber/esbuild-loader: ⚡️ Speed up your Webpack build with esbuild (github.com)
-
Show HN: A simple website for my JavaScript bundler
Both would be good to file. I’m happy to investigate myself if you don’t have the time.
One thing to be aware of is that some other tools that integrate esbuild do so incorrectly. For example, the 3rd-party integration of esbuild into Webpack mis-configures esbuild in a way that causes issues with JSX: https://github.com/privatenumber/esbuild-loader/pull/107. This isn’t a problem with esbuild itself.
vite
-
How to Deploy a Full-Stack Application on Vercel (ReactJS | Vite | NodeJS | TypeScript | Neon | PostgreSQL)
Frontend: Vite + React + TypeScript Backend: Express (Node.js) + TypeScript Database: Neon (PostgreSQL) Note: You can use other databases like MongoDB as well.
-
How to adapt an autocomplete/select field to work with server-side filtering and pagination
To begin, we will create a new blank project. You can skip this paragraph if you’re looking to add the solution to an existing project. Using Node Package Manager (NPM), we will create the project with the command: npm create vue@latest. The default settings are fine for our purposes, but if you prefer, you can change them. I enabled ESLint and Prettier options. There are other ways to initiate a Vue project, but I prefer this one because it uses Vite as the development server by default.
-
Faster Pages with React ✨
As a replacement we've chosen Vite. This is a suitable replacement as it comes with a super fast development server and a very well optimized release build.
-
Stop using create-react-app
What's the solution? In one word: Vite.
-
Supporting ancient browsers using modern Web-Tooling
Vite has become pretty much the norm for modern web development, but did you know it can also help support older browsers? Enter vite-plugin-legacy.
-
Migrating from Create-React-App to Vite: Boosting Performance in Legacy Applications
However, the transition wasn’t as seamless as I had hoped. Although Rspack is nearing production readiness (at version 1.0.0-beta.4 as of this writing), I decided to opt for the more mature and battle-tested solution: Vite.
-
LISA+SamGIS on ZeroGPU HuggingFace hardware
I don't like very much svelte (the js library chosen by Gradio team) and I already have a vuejs/vite frontend project that I can re-use. I solved this installing the nodejs 18 Debian package and starting the nodejs build from within the app.py file using subpropcess.run().
- LISA+SamGIS adattato ad hardware HuggingFace ZeroGPU
-
React with Vite On Steroids
Vite
-
Webpack vs Vite: A Detailed Comparison for Web Development
Vite is a newer build tool that focuses on delivering a fast development experience. Created by Evan You, the creator of Vue.js, Vite uses a different approach compared to traditional bundlers like Webpack. Vite leverages modern browser features and tools like ES modules and Rollup to deliver a faster and more efficient development process.
What are some alternatives?
ts-loader - TypeScript loader for webpack
Next.js - The React Framework
vite-plugin-vue2 - Vue2 plugin for Vite
parcel - The zero configuration build tool for the web. 📦🚀
esbuild - An extremely fast bundler for the web
source-map-explorer - Analyze and debug space usage through source maps
swc - Rust-based platform for the Web
webpack-dev-server - Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
astro - The web framework for content-driven websites. ⭐️ Star to support our work!
purgecss - Remove unused CSS
Rollup - Next-generation ES module bundler