Introduction

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Functional programming in TypeScript

  • After watching the talk "Domain Modeling Made Functional" from Scott Wlaschin, I got inspired to write a series of articles about Domain Driven Design (DDD for short) in TypeScript. This talk is about DDD using Functional Programming (FP), so I chose to use the fp-ts ecosystem because it's the most mature FP stack in TypeScript, as far as I know. Plus, I've already used fp-ts occasionally so I have some experience with it.

  • newtype-ts

    Implementation of newtypes in TypeScript

  • One using fp-ts and newtype-ts

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

    Runtime type system for IO decoding/encoding

  • Another one using fp-ts and io-ts

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

  • Multiple condition array sorting made easy

    4 projects | dev.to | 22 Aug 2022
  • How to get rid of impostor syndrome as a frontend developer?

    2 projects | /r/Frontend | 17 Jul 2022
  • Domain Modeling with Typescript, check my article and maybe share your techniques?

    2 projects | /r/typescript | 9 Dec 2021
  • Is there something like io-ts in Python?

    2 projects | /r/Python | 7 Oct 2021
  • Bounded types in fp-ts

    2 projects | dev.to | 3 Jul 2021