[AskJS] If you don't use TypeScript, tell me why (2 year follow up)

This page summarizes the projects mentioned and recommended in the original post on /r/javascript

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
  • esbuild

    An extremely fast bundler for the web

  • Thankfully, there is https://esbuild.github.io which compiles ts and js lightning fast.

  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • JS' big killer feature isn't its type system, however it's what supposedly makes TS so great. Saying TS' type system being garbage is okay because JS' type system is garbage is almost comical. TS' whole point is to add sound type safety to JavaScript, which it fails to do. It has inherent variance issues that have been in discussion for multiple years now.

  • 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
  • eslint-plugin-jsdoc

    JSDoc specific linting rules for ESLint.

  • Just learned about eslint-plugin-jsdoc (!)

  • OpenCodeProject

    The open website for the Open Code Project.

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

  • Learn how to document JavaScript/TypeScript code using JSDoc & Typedoc

    2 projects | dev.to | 2 Mar 2024
  • TypeScript Might Not Be Your God: Case Study of Migration from TS to JSDoc

    4 projects | dev.to | 16 Jan 2024
  • Supercharge Your Node.js Development with This Starter Configuration

    4 projects | dev.to | 19 Jul 2023
  • Documenting recommended use of basic components

    3 projects | /r/reactjs | 3 Jun 2023
  • Ditching TypeScript for JavaScript

    3 projects | news.ycombinator.com | 6 May 2023