SurveyJS JavaScript libraries allow you to easily set up a robust form management system fully integrated into your IT infrastructure where users can create and edit multiple dynamic JSON-based forms in a no-code form builder. Learn more now. Learn more →
Top 23 TypeScript esbuild Projects
-
If your TypeORM entity is written in TypeScript, you have to run ERDIA using ts-node or tsx as follows.
-
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
Make sure to check it out here
-
Project mention: PSA: Storybook sends telemetry data, opt-in by default | news.ycombinator.com | 2023-09-21
-
Next, I thought well nx is not gonna work for now, so let's keep looking for an alternative to ts-node. Oh look, there is this https://github.com/esbuild-kit/tsx. It natively understands path aliases, no need for any flags. Oh wait...it doesn't do any type checking like ts-node. WHAT? why would anyone execute typescript without type checks during development?.
-
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
-
-
SurveyJS
A Non-Cloud Alternative to Google Forms that has it all.. SurveyJS JavaScript libraries allow you to easily set up a robust form management system fully integrated into your IT infrastructure where users can create and edit multiple dynamic JSON-based forms in a no-code form builder. Learn more now.
-
minification-benchmarks
🏃♂️🏃♀️🏃 JS minification benchmarks: babel-minify, esbuild, terser, uglify-js, swc, google closure compiler, tdewolff/minify
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.
-
esbuild-runner
⚡️ Super-fast on-the-fly transpilation of modern JS, TypeScript and JSX using 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.
-
-
-
-
In answer to your specific question of "can it replace my current npm + web pack workflow". The answer is more complex. Can you use npm? For the most part yes. Can you use Webpack specifically? That I'm not sure of, but there are a number of tools that occupy the same niche in the Deno ecosystem such as Packup as well as full-brown server/client frameworks like Fresh and Ultra
-
-
-
electron-app
💅 A fast and ready-to-go with a well-thought-out structure Electron app boilerplate with ReactJS, TypeScript, CSS / SASS modules, Electron Vite, Eslint, Prettier, GitHub Action releases and more.
-
-
The GitHub rep I'm trying to work with is https://github.com/watsuyo/notion-rss-reader.
-
tauri-deno-starter
Starter template for Tauri, bundling the frontend made with React using Deno with esbuild.
I have been looking about how to produce a GUI desktop app using Deno, and the best alternative for now seems to use Tauri with Deno bindings, using a code like this to start: https://github.com/marc2332/tauri-deno-starter
-
Codetree
⚡️ Lightning fast off-on/line code playground, built with ♥️ on top of webAssembly. (by philippetedajo)
-
-
-
Amplication
Amplication: open-source Node.js backend code generator. An open-source platform that helps developers build backends without spending time on boilerplate & repetitive coding. Including production-ready GraphQL & REST APIs, DB schema, DTOs, filtering, pagination, RBAC, & more.
TypeScript esbuild related posts
- Extremely reducing the size of NPM package
- The esm/cjs situation...
- How is everyone monetizing their frontend skills?
- Coming here from svelteland... is there a way to put CSS module inside JS?
- Question about debugging TypeScript
- Jsx as a general templating language?
- Thoughts about Deno?
-
A note from our sponsor - SurveyJS
surveyjs.io | 28 Sep 2023
Index
What are some of the best open-source esbuild projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | tsx | 5,449 |
2 | esbuild-loader | 3,427 |
3 | unplugin | 2,464 |
4 | ladle | 2,275 |
5 | esno | 1,416 |
6 | vue-macros | 1,293 |
7 | estrella | 1,092 |
8 | minification-benchmarks | 1,022 |
9 | esbuild-runner | 675 |
10 | bundlejs | 637 |
11 | typescript-boilerplate | 585 |
12 | unconfig | 508 |
13 | vitext | 385 |
14 | packup | 324 |
15 | vite-plugin-cloudflare | 248 |
16 | hammer | 230 |
17 | electron-app | 226 |
18 | electron-vite-boilerplate | 193 |
19 | notion-rss-reader | 98 |
20 | tauri-deno-starter | 81 |
21 | Codetree | 73 |
22 | typescript-monorepo-example | 63 |
23 | functions-differ | 36 |