All Projects → evanw → Esbuild

evanw / Esbuild

Licence: mit
An extremely fast JavaScript and CSS bundler and minifier

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
typescript
32286 projects
Makefile
30231 projects
HTML
75241 projects

Projects that are alternatives of or similar to Esbuild

Parcel
The zero configuration build tool for the web. 📦🚀
Stars: ✭ 39,670 (+35.05%)
Mutual labels:  commonjs, compiler, module-bundler
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.
Stars: ✭ 60,034 (+104.38%)
Mutual labels:  commonjs, compiler, module-bundler
element
Fast and simple custom elements.
Stars: ✭ 65 (-99.78%)
Mutual labels:  jsx, tsx
md-editor-v3
Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
Stars: ✭ 326 (-98.89%)
Mutual labels:  jsx, tsx
typesafe-templates
Template engine that leverages JSX to generate JavaScript code from TypeScript code files rather than text templates.
Stars: ✭ 27 (-99.91%)
Mutual labels:  jsx, tsx
ios-scriptable-tsx
在 vscode 上使用 typescript 和 jsx 开发 ios 小组件的小框架.基于 Scriptable app.
Stars: ✭ 113 (-99.62%)
Mutual labels:  jsx, tsx
vuetify-tsx
Vuetify TSX is just a wrapper lib around vuetify components.
Stars: ✭ 20 (-99.93%)
Mutual labels:  jsx, tsx
core
Light weight feature rich UI Framework for JavaScript for Browser with Dependency Injection, Mocking and Unit Testing
Stars: ✭ 18 (-99.94%)
Mutual labels:  jsx, tsx
Cjstoesm
A tool that can transform CommonJS to ESM
Stars: ✭ 109 (-99.63%)
Mutual labels:  commonjs, compiler
harshhhdev.github.io
Harsh Singh's personal blog and portfolio ⚡ built with Next.js
Stars: ✭ 23 (-99.92%)
Mutual labels:  jsx, tsx
njsx
A customizable and declarative interface for creating React and React Native components without JSX syntax.
Stars: ✭ 29 (-99.9%)
Mutual labels:  jsx, tsx
vue-typescript-tsx
🤓vue typeScript jsx 工程示例
Stars: ✭ 32 (-99.89%)
Mutual labels:  jsx, tsx
Minipack
📦 A simplified example of a modern module bundler written in JavaScript
Stars: ✭ 2,625 (-91.06%)
Mutual labels:  commonjs, module-bundler
vue3-jd-h5
🔥 Based on vue3.0.0, vant3.0.0, vue-router v4.0.0-0, vuex^4.0.0-0, vue-cli3, mockjs, imitating Jingdong Taobao, mobile H5 e-commerce platform! 基于vue3.0.0 ,vant3.0.0,vue-router v4.0.0-0, vuex^4.0.0-0,vue-cli3,mockjs,仿京东淘宝的,移动端H5电商平台!
Stars: ✭ 660 (-97.75%)
Mutual labels:  jsx, tsx
Browserify
browser-side require() the node.js way
Stars: ✭ 13,929 (-52.58%)
Mutual labels:  commonjs, module-bundler
vite-vue-admin
🎉🎉使用Vite + Vue3 + TypeScript + Element-plus + Mock开发的后台管理系统🎉🎉
Stars: ✭ 97 (-99.67%)
Mutual labels:  jsx, tsx
Dataformsjs
🌟 DataFormsJS 🌟 A minimal JavaScript Framework and standalone React and Web Components for rapid development of high quality websites and single page applications.
Stars: ✭ 95 (-99.68%)
Mutual labels:  compiler, jsx
lowcode
React Lowcode - prototype, develop and maintain internal apps easier
Stars: ✭ 32 (-99.89%)
Mutual labels:  jsx, tsx
indent.js
Pure code indentation for jsx, tsx, ts, js, html, css, less, scss.
Stars: ✭ 55 (-99.81%)
Mutual labels:  jsx, tsx
vscode-ecsstractor
Extracting selectors from HTML / JSX / TSX and generate CSS file.
Stars: ✭ 45 (-99.85%)
Mutual labels:  jsx, tsx

esbuild: An extremely fast JavaScript bundler
Website | Getting started | Documentation | Plugins | FAQ

Why?

Our current build tools for the web are 10-100x slower than they could be:

Bar chart with benchmark results

The main goal of the esbuild bundler project is to bring about a new era of build tool performance, and create an easy-to-use modern bundler along the way.

Major features:

Check out the getting started instructions if you want to give esbuild a try.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].