Deno Is Webby

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • v8.dev

    The source code of v8.dev, the official website of the V8 project.

  • Deno does not have its own javascript implementation, it uses the V8 javascript engine, and V8 happens to implement padStart and padEnd.

    V8 was originally created as the javascript engine for Chrome, but it is used in many products now, including Node.js and Deno: https://v8.dev/

  • 0.30000000000000004

    Floating Point Math Examples

  • I agree a standard library for JS would be great, but .1 + .2 != .3 is the case in several languages and is not anything to do with JS.

    This also is or can be the case in C, C++, Clojure, Python, and many other languages [1].

    [1] https://0.30000000000000004.com

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • proposal-types-as-comments

    Discontinued ECMAScript proposal for type syntax that is erased - Stage 1 [Moved to: https://github.com/tc39/proposal-type-annotations]

  • I do wonder about a future where JavaScript gets non-enforced optional type annotation syntax[1] which is and if said syntax will be slightly incompatible with TypeScript. That would be a little awkward for Deno, wouldn’t it. However I hope that if JS gets type annotation syntax that it would be a strict subset of TypeScript—or at the very least future compatible—for this very reason.

    1. https://github.com/giltayar/proposal-types-as-comments

  • browser-or-node

    Check where your code is running. In the browser or in node.js environment.

  • There’s better ways to do this, e.g. https://github.com/flexdinesh/browser-or-node/blob/master/sr...

  • sqlite3

    The fastest and correct SQLite3 module for Deno runtime (by denodrivers)

  • Not one that's up to date and maintained, as far as I can google.

    But there's a proper sqlite driver now using the new ffi api support in deno. This didn't exist last time I tried googling db support in deno.

    https://github.com/denodrivers/sqlite3

  • import-maps

    How to control the behavior of JavaScript imports

  • Rather than importing and re-exporting dependencies, Deno supports import maps:

    https://github.com/WICG/import-maps

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I have created a small anti-depression script

    4 projects | dev.to | 5 Mar 2024
  • Mastering NPM Library Creation: Bundling with Vite

    1 project | dev.to | 2 Mar 2024
  • ByteNode: A minimalist bytecode compiler for Node.js

    1 project | news.ycombinator.com | 15 Jan 2024
  • Connect OpenAI with external APIs with Function calling

    2 projects | dev.to | 28 Dec 2023
  • The New Wasmer JavaScript SDK

    2 projects | news.ycombinator.com | 21 Dec 2023