Bun
Bun is a fast, all-in-one toolkit for installing, bundling, running and testing JavaScript & TypeScript.
To install Bun:
```
curl bun.sh/install | bash -s
```
https://bun.sh
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- built a @turbo.build template with a shared @tailwindcss.com v4 config, @biomejs.dev for linting & formatting, and powered by @bun.sh Check it out: github.com/shutock/twur...
- [Not loaded yet]
- [Not loaded yet]
- And done! Try exporting your Paper docs with my new tool: www.npmjs.com/package/drop...
- @bun.sh is becoming my scripting tool of choice. Built-in db drivers and JS allow for rapid hackery.
- @bun.sh is gunning for @vite.dev! youtu.be/NvitRPQqaSs Now it can serve HTML files right off the command line, and it even supports API routes!
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- Wow, @bun.sh is adding a really useful set of features for its standard lib. I was able to write a s3 upload client with ZERO dependencies when running in bun!
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- Wow, I am super enamored of @bun.sh's `--hot` flag for running my @benchristel/taste #Typescript tests! Sub-second reruns on every keystroke? This is the way to write code without bugs.
- I love the fact that with @bun.sh my moderately sized test suite runs in 300ms ⚡😎
- [Not loaded yet]
- In a hackathon today I wanted to use bun but the kids wanted to stick with Node.
- New video alert! I made a video on using Bun with Phoenix. I'm extolling the virtues of Bun a lot, and I think there's just a lot of benefits to using it for everything. youtu.be/axa9lrzbrSQ This is probably going to have at least one follow up at some point with some more asset handling tips...
- Update: they tried bun and realized it was much faster. So we ended up using it.
- Bun v1.2’s dev server makes react server components hot reload speed a rounding error
- Bun v1.1.35 ships tonight
- [Not loaded yet]
- In the next version of Bun bun build gets a fast native plugin API Using the same .mdx library to bundle 6 .mdx files: - Bun's native api: 13.2ms - Bun's js api: 18ms (1.36x slower) - Rolldown: 33.5ms (2.5x slower) - esbuild: 36.1ms (2.7x slower)