Hey everyone! We're experimenting with a new format for these newsletters, aiming for a monthly cadence.
This issue covers Deno 1.35, quick start templates on Deno Deploy, Fresh 1.2, the Deno KV hackathon, and more.
👇
Deno 1.35 stabilizes Deno.serve()
so you can start a performant, secure web server in a single line:
Deno.serve(req => new Response("Hello world"));
This release also adds support for highly anticipated npm packages, such as aws-sdk, astro, puppeteer, redis, and more.
Host your next project on Deno Deploy faster than ever with ready made templates such as a full-stack Fresh app, Oak web server, and more.
With the added ability to state between islands, new limited npm support, and a Preact/server-side frameworks expert as a full-time maintainer, the future of Fresh is brighter than ever.
Read the full announcement or watch the video →
We held a Deno KV Hackathon, a full week of livestreams and coding, and received 29 submissions. Some of the winning projects include KV chopper, Notifire, Reddino, Crux X, and Stone Bone and Cone.
Everyday there’s a new website, framework, or library built with Deno. Here’s a (very incomplete) list of projects.
Single-player version of Battleship |
detris is a feature-rich, server-side implementation of Tetris written in Deno with Deno KV |
A thin wrapper to @testing-library/preact for testing a Fresh application |
For more projects (or if you’d like to share yours), join the Discord’s #showcase channel.
The Deno team shipped a ton of other resources this month. Check them out below: