Are there common bad usages of “as”?

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • proposal-record-tuple

    ECMAScript proposal for the Record and Tuple value types. | Stage 2: it will change!

  • The underlying problem is that JavaScript has poor support for data. Data structures should have immutable definitions and not be extendable (no inheritance). We use Objects to store data because we have no other choice. The Records and Tuples proposal should give us more options hopefully.

  • TypeScript

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

  • Rather than calling it "broken", you might identify additional reasons why it must be that way, such as TS lacking exact types (which could prevent extra keys via structural compatibility) and lacking sealed classes (which could prevent extra keys from inheritance).

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