Best of BunJuly 2025

  1. 1
    Video
    Avatar of awesome-codingAwesome·44w

    A clean and simple stack for modern web dev

    The BEVR stack combines Bun (runtime/package manager), Hono (backend framework), Vite (build tool), and React to create a modern web development setup. This stack offers faster package installation, lightweight backend APIs, instant frontend builds, and type-safe communication between client and server through shared TypeScript definitions in a monorepo structure. The setup provides flexibility for deployment, allowing both bundled and separate hosting options.

  2. 2
    Article
    Avatar of bunBun·43w

    Bun v1.2.19

    Bun v1.2.19 introduces significant improvements including isolated node_modules installation similar to pnpm, interactive package updates, package.json management commands, dependency tree analysis with `bun why`, enhanced test coverage options, VS Code Test Explorer integration, PostgreSQL client performance optimizations with automatic query pipelining, code-signed Windows executables, SIMD-accelerated parsing, improved bundler tree-shaking, expanded Node.js compatibility with V8 C++ API support, and numerous bug fixes across the runtime, bundler, and package manager.