disc-union - (yet another) library for working with discriminated union types

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
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • disc-union

    A set utilities for working with discriminated unions in typescript

  • Lately I've been working with discriminated unions more and more, and I found myself writing a lot of the same boilerplate code over and over again, so I wrote disc-union to help with creating and managing discriminated union types. It allows you to easily define your types by simply writing constructor functions for them, and Typescript's type inference does the rest. It also provides functions for exhaustive type-safe matching and other common tasks.

  • variant

    Variant types in TypeScript (by paarthenon)

  • About half-way through writing this library I discovered that Variant existed... and does a great job at doing the exact same things (and more). I might not have started if I knew about that, but I'm glad I did because it has been a great learning experience!

  • 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