Announcing TypeScript 5.1 Beta

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

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

    TypeScript's 1:1 validator, optimized from editor to runtime

  • Wow, the union literal optimization sounds massive, especially for type-level parsers like ArkType.

  • type-level-regexp

    🔤🔍 Type-level RegExp, parse and match string in TypeScript type system.

  • Previously, we'd avoid comparisons against character sets whenever possible due to the performance impact, but this should open the door to tons of new functionality, including making detailed regex validation and inference viable (shout-out to David Tai who recently implemented a type-safe regex parser and is working on adding similar functionality to ArkType :-)).

  • 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

  • Library for benchmarking TS types

    2 projects | /r/typescript | 9 Dec 2023
  • Introducing @arktype/attest: A new approach to type-level testing and benchmarks

    1 project | /r/typescript | 11 Nov 2023
  • Using ArkType for TypeScript runtime validation

    1 project | dev.to | 30 May 2023
  • preferred way to type guard api response body?

    2 projects | /r/typescript | 26 May 2023
  • Valid runtime typing with Dilav

    2 projects | /r/typescript | 10 May 2023