esbuild

Open-source projects categorized as esbuild

Top 23 esbuild Open-Source Projects

  • tsx

    ⚡️ TypeScript Execute: Node.js enhanced to run TypeScript & ESM

    Project mention: Finally, a guide for Node.js and TypeScript and ESM that works | news.ycombinator.com | 2023-11-21

    I really enjoy frontend/node/typescript development. I roll my eyes whenever the HN-types complain about CSS or frontend development being a hellhole. Mostly the comments I see seem ignorant or impatient ("Why doesn't this thing work without be bothering to learn it?")

    However, the intersection of typescript, nodejs, and ES modules is consistently the most frustrating experience I ever have. Trying to figure out which magic incantation of tsconfig/esbuild/tsc/node options will let me just write code and run it is a fools errand. You might figure something out, and then you try to use Jest and then you descend into madness again.

    The biggest tip I can give people is to ditch ts-node and just use (the awkwardly named) tsx https://github.com/privatenumber/tsx, which pretty much just "mostly works" for running Typescript during dev for node.

    The problem mostly seems to stem for all the stakeholders being pretty dogmatic to whatever their goals are, rather than the pragmatic option of just meeting people where they are. I really wish the Node, Typescript, Deno/Bun, and maybe some bundler people would come together and figure out how to make this easier for people.

  • esbuild-loader

    Webpack loader for esbuild: Speed up your build ⚡️

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • esm.sh

    A fast, smart, & global CDN for modern(es2015+) web development.

    Project mention: Show HN: Comma Separated Values (CSV) to Unicode Separated Values (USV) | news.ycombinator.com | 2024-03-12

    const extism = await import("https://esm.sh/@extism/extism");

  • unplugin

    Unified plugin system for Vite, Rollup, Webpack, esbuild, rolldown, and more

  • ladle

    🥄 Develop, test and document your React story components faster.

    Project mention: PSA: Storybook sends telemetry data, opt-in by default | news.ycombinator.com | 2023-09-21
  • mdx-bundler

    🦤 Give me MDX/TSX strings and I'll give you back a component you can render. Supports imports!

    Project mention: Should I use a CMS | /r/nextjs | 2023-05-29

    Personally using https://github.com/kentcdodds/mdx-bundler

  • esno

    Alias to `tsx`

    Project mention: Finally, a guide for Node.js and TypeScript and ESM that works | news.ycombinator.com | 2023-11-21

    Love this project, used it quite a bit. However I always opt for using esno[1] instead, merely because of the name; having two tools share the same name throws me off.

    [1] https://github.com/esbuild-kit/esno

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • vue-macros

    Explore and extend more macros and syntax sugar to Vue.

    Project mention: Coming here from svelteland... is there a way to put CSS module inside JS? | /r/solidjs | 2023-06-03

    I recently encountered Vue Macros and it inspired me to create a compile-time macro library for CSS modules, unfortunately I haven't even started and am not planning to do so any time soon. I like having the entire component in a single file but honestly just having COMPONENT_NAME.module.css for each component is not bad at all. I'd just avoid doing the COMPONENT_NAME/style.module.css, this gets very tedious

  • template.js

    A javascript template engine, simple, easy & extras, support webpack, rspack, vite, rollup, esbuild, parcel, browserify, fis and gulp.

  • minification-benchmarks

    🏃‍♂️🏃‍♀️🏃 JS minification benchmarks: babel-minify, esbuild, terser, uglify-js, swc, google closure compiler, tdewolff/minify

    Project mention: Extremely reducing the size of NPM package | dev.to | 2023-08-05

    Minifiers are used to reduce the size of the bundle. They can remove unused code, shorten expressions, and so on. And Now there are already several popular minifiers, and they continue to appear: more familiar ones - written in JavaScript - Terser and UglifyJS, even Babel has its own version of the minifier, there are also more modern SWC (written in Rust) and ESBuild (written in Go), and a bunch of other lesser-known minifiers. And I recommend you to look at this repository. It contains up-to-date test results of various popular minifiers.

  • estrella

    Lightweight and versatile build tool based on the esbuild compiler

  • docker-django-example

    A production ready example Django app that's using Docker and Docker Compose.

    Project mention: Django 5.0 Is Released | news.ycombinator.com | 2023-12-04

    Congrats on the release to the Django community!

    If anyone is curious, I updated my Django / Docker starter kit app to use Django 5.0 at: https://github.com/nickjj/docker-django-example

    It pulls together gunicorn, Celery, Redis, Postgres, esbuild and Tailwind with Docker Compose. It's set up to run in both development and production.

  • Bridgetown

    A next-generation progressive site generator & fullstack framework, powered by Ruby

    Project mention: Bridgetown: Progressive site generator and fullstack framework, powered by Ruby | news.ycombinator.com | 2024-01-27
  • docker-rails-example

    A production ready example Rails app that's using Docker and Docker Compose.

    Project mention: Rails 7.1 Released | news.ycombinator.com | 2023-10-05

    I took a 13,000 line Rails 7.0 app and updated it to 7.1. I had to change 1 line of test configuration code to make everything work.

    I would say that's a success for having an easy upgrade path. Now the fun part is going back to refactor some of the code to use the new features in 7.1.

    If anyone is curious, I updated my Rails / Docker example app to use 7.1 too https://github.com/nickjj/docker-rails-example. Even though Rails 7.1 comes with a Dockerfile, there's still a lot of opinions you can add such as using Docker Compose to have a fully working out of the box experience that works in development and production -- complete with Postgres, Redis, Action Cable, Sidekiq and more.

  • esbuild-node-tsc

    Build your Typescript Node.js projects using blazing fast esbuild

  • bundlejs

    An online tool to quickly bundle & minify your projects, while viewing the compressed bundle size, all running locally on your browser. A quick and easy way to bundle, minify, and compress (gzip and brotli) your ts, js, jsx and npm projects all online, with the bundle file size.

    Project mention: Bundlejs: Package Bundle Size Checker | news.ycombinator.com | 2023-09-10
  • esbuild-runner

    ⚡️ Super-fast on-the-fly transpilation of modern JS, TypeScript and JSX using esbuild

  • react-multistep

    React multistep wizard component

  • typescript-boilerplate

    A modern TypeScript project setup, for Node.js and browsers

  • xdm

    Just a *really* good MDX compiler. No runtime. With esbuild, Rollup, and webpack plugins (by wooorm)

  • react-native-esbuild

    Fast bundler and dev server for react-native using esbuild

  • create-react-app-esbuild

    Use esbuild in your create-react-app for faster compilation, development and tests

  • unconfig

    A universal solution for loading configurations.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-12.

esbuild related posts

Index

What are some of the best open-source esbuild projects? This list will help you:

Project Stars
1 tsx 7,380
2 esbuild-loader 3,494
3 esm.sh 2,770
4 unplugin 2,766
5 ladle 2,438
6 mdx-bundler 1,678
7 esno 1,522
8 vue-macros 1,517
9 template.js 1,307
10 minification-benchmarks 1,196
11 estrella 1,096
12 docker-django-example 1,090
13 Bridgetown 1,067
14 docker-rails-example 886
15 esbuild-node-tsc 711
16 bundlejs 702
17 esbuild-runner 698
18 react-multistep 642
19 typescript-boilerplate 596
20 xdm 589
21 react-native-esbuild 573
22 create-react-app-esbuild 561
23 unconfig 544
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com