packup VS esbuild-runner

Compare packup vs esbuild-runner and see what are their differences.

packup

📦 Zero-config web application packager for Deno (by kt3k)

esbuild-runner

⚡️ Super-fast on-the-fly transpilation of modern JS, TypeScript and JSX using esbuild (by folke)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
packup esbuild-runner
3 2
329 701
- -
5.0 0.0
8 months ago 4 days ago
TypeScript TypeScript
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

packup

Posts with mentions or reviews of packup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-01.
  • Deno Is "Blazing Fast" For Humans
    3 projects | /r/javascript | 1 Dec 2022
    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
  • Fresh 1.1 – automatic JSX, plugins, DevTools, and more
    4 projects | news.ycombinator.com | 8 Sep 2022
    It’s a server-side framework that delivers static content - but the static content is rendered just in time rather than ahead of time.

    For ahead of time static sites in Deno, check out Packup https://packup.deno.dev/

  • What's the biggest technical problem with developing deno features?
    1 project | /r/Deno | 1 Feb 2022
    Someone is working on front-end bundling, have you tried https://github.com/kt3k/packup ? I haven't yet.

esbuild-runner

Posts with mentions or reviews of esbuild-runner. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-26.
  • Testing in typescript.
    2 projects | /r/typescript | 26 May 2022
    You can then use esbuild-runner to allow you to run tests written in TS. This will also work for any other test runner (mocha, tape, uvu, etc). Jest requires a bit more fiddling, as per usual. An alternative is running tests via TS-node, but it's little a bit slower.
  • n00b question
    2 projects | /r/node | 17 Apr 2021
    via ESbuild https://github.com/folke/esbuild-runner

What are some alternatives?

When comparing packup and esbuild-runner you can also consider the following projects:

ultra - Zero-Legacy Deno/React Suspense SSR Framework

ts-node - TypeScript execution and REPL for node.js