esbuild
Tailwind CSS
esbuild | Tailwind CSS | |
---|---|---|
359 | 1,514 | |
39,016 | 88,485 | |
0.4% | 1.3% | |
9.1 | 9.9 | |
25 days ago | 2 days ago | |
Go | 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
-
Why and how to optimize your Lambda
I recommend using NodeJS, not because it fits the event-driven, non-blocking model, but because it is very well-suited for reducing file size by bundling the code. Esbuild is a great tool to bundle your Lambda. It is already included in the CDK construct NodeJSFunction when using AWS CDK, and you don't need source maps, at least not in production.
-
__Pure__ annotation in Zod source code.
You will find an issue related to pureannotations in esbuild repository.
-
⚔️ Vite vs. Turbopack in 2025: Which One to Choose?
Vite (pronounced veet) was created by Evan You (Vue's creator) and launched in 2020. It uses native ES modules in the browser and esbuild for lightning-fast dev servers and Rollup for optimized production builds.
- Esbuild – An Fast Bundler for the Web
- Quais as melhores ferramentas para trabalhar com Node?
-
Understanding how Vite deals with your node_modules
Pre-bundle all the dependencies on the "optimization boundary" list into node_modules/.vite/deps/ folder. This step is done by esbuild.
- Show HN: Nue – Apps lighter than a React button
- A 10x Faster TypeScript
-
Extensible WASM Applications with Go
ESBuild is a bundler. The subtitle on the website is literally “An extremely fast bundler for the web”. To bundle, pass —-bundle flag.
https://esbuild.github.io/
-
How I Built a SpeedtestTracker with Raspberry PI and AWS Lambda
esbuild for bunding both the client and server separately
Tailwind CSS
-
Resume Scan AI app built with Next.js 15, Tailwind CSS, BetterAuth, Open AI, Inngest, and Shadcn/ui
TailwindCSS
-
Selfish reasons for building accessible UIs
> When I’m trying to debug a web app, it’s hard to orient myself in the DevTools if the entire UI is “div soup”
That’s tame. Try adding some Tailwind CSS.
After monitoring Tailwind CSS since its early days, and believing I had some pretty serious philosophical disagreements with it, I recently took an opportunity to try it out in earnest, and it is so mindbogglingly obnoxious in dev tools that I think surely I must be missing something. How do people cope with this stuff!?
If you’re not sure what I’m on about, go through some of the sites linked near the bottom of https://tailwindcss.com/. In the Inspector/Elements panel, the DOM tree is a bloated mess with a class attribute which amounts to inline styles or worse, commonly hundreds of characters long, discouraging you from using semantically-meaningful classes, and duplicating stuff enormously rather than using sane selectors; the mostly-better ones are those that have data-sentry-{element,component,source-file} attributes. The styles subpanel becomes utterly unnavigable.
(I’m not saying everything in Tailwind is bad; I think I am likely to use a limited utility styles approach more than I did in the past, and there are a couple of other things that are provoking thought in me, and I think it would be more suitable in apps than in marketing-style websites. But the total embodiment of it is not for me.)
-
Getting started with Storybook in SolidJS (with Tailwind CSS)
We use dynamic importing to solve a strange bug in Tailwind CSS that is marked as solved but still occurs.
- Queue Social Data Processing with Inngest + TypeScript in 15 Minutes
-
NoBS.email - Extract data from emails 🪄
UI: Preact + Tailwind/shadcn
-
MailPlanet🌍: Visualize email origins on a global map
Styling: Tailwind CSS (Assumed, common with Next.js)
- Tarzan - Email to Blog Platform
-
How to add markdown to a Next.js project
This article assumes the reader is a developer that knows their way around Markdown, TypeScript, React.js, and [Next.js] https://nextjs.org/). Familiarity with Tailwind-css would also be useful.
-
SonicScan - A Music Fingerprinting and Identification App
Then I learned Tauri and used my favourite frontend framework SolidJS with TailwindCSS and DaisyUI to build the UI with MotionOne to add animations and Tauri to build the desktop/web/android/ios app.
- Material 3 Expressive: Better, Easier, Emotional UX
What are some alternatives?
swc - Rust-based platform for the Web
antd - An enterprise-class UI design language and React UI library
ncc - Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires.
unocss - The instant on-demand atomic CSS engine.
vite - Next generation frontend tooling. It's fast!
Bulma - Modern CSS framework based on Flexbox