Domain modelling with State Machines and TypeScript by Carlton Upperdine

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

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

    TypeScript-first schema validation with static type inference

  • I've found that a liberal use of zod basically eliminates this problem. I wish there was an option in typescript to force all the functions like fetch to return unknown instead of any. It could eliminate this problem almost completely I think.

  • io-ts

    Runtime type system for IO decoding/encoding

  • My fave is still io-ts (https://github.com/gcanti/io-ts/blob/master/docs/index.md) as I find it more flexible than zod at the ingress. The author is also working on the Effect ecosystem which also looks interesting.

  • 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

  • Is React for small projects an Overkill?

    2 projects | /r/reactjs | 10 Dec 2022
  • I'm seriously losing my mind here.. Why is this of type 'never'?

    2 projects | /r/typescript | 12 Apr 2022
  • We don't need runtime type checks

    3 projects | news.ycombinator.com | 3 Mar 2022
  • Checkmate by Kyle Simpson

    2 projects | /r/learnjavascript | 28 Jan 2022
  • [Library] Automatic type guards for user-defined interfaces... useful? useless?

    3 projects | /r/typescript | 12 Nov 2021