Best of DenoMay 2022

  1. 1
    Article
    Avatar of logrocketLogRocket·4y

    Using Ultra, the new React web framework

    React is one of the most popular libraries for developing components for web applications. React v18 includes new features, such as concurrent rendering, and it supports SSR with React Server Components. In this article, you’ll learn about a new React framework called Ultra, which uses Deno and React and focuses on using web streams.

  2. 2
    Article
    Avatar of fettblogfettblog.eu·4y

    The road to universal JavaScript

    The fast-xml-parser module is available in Node 18 behind the flag --experimental-fetch. The same script can be used to make the same script work in the browser. There are some edge cases that might require some attention, but overall it’s in a good shape and it's fun to use.

  3. 3
    Article
    Avatar of streamStream·4y

    Building Your First Application With Deno

    Deno is a JavaScript and TypeScript environment for building server-side applications. In this article, you will learn how to build a backend server with Deno. I will show you how to create a live server, create API routes, store environment variables, read and write files in file systems, and create JWT tokens.