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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.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.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • 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.

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

Did you konow that TypeScript is
the 2nd most popular programming language
based on number of metions?