Best of DenoJuly 2023

  1. 1
    Article
    Avatar of denoDeno·3y

    Deno 1.35: A fast and convenient way to build web servers

    Deno 1.35: A fast and convenient way to build web servers is now stable. This release also includes many other improvements and bug fixes. The long awaited new web server API, which allows developers to set up a web server using a single line of code.

  2. 2
    Article
    Avatar of denoDeno·3y

    Build and Ship Astro Sites with Deno and Deno Deploy

    Build and Ship Astro Sites with Deno and Deno Deploy Astro is a web framework designed for content-centric websites. Astro was designed for Node.js and npm, you’ll want to manage dependencies through a and use npm-based commands as described in the Astro docs. Astro is configured to generate static HTML and CSS for your website.

  3. 3
    Article
    Avatar of denoDeno·3y

    dnt — the easiest way to publish a hybrid npm module for ESM and CommonJS

    Deno to Node transform is a build tool that transforms Deno modules into Node.js/npm-compatible packages. To maximize adoption, your module should support CommonJS and ESM, JavaScript with TypeScript declarations. We’ve created a simple and totally real module that tests whether a variable is the number 42.