New library for Express to solve type-related problems

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
  • express-ts-handler

    Express route handler for type-safe validations

  • It has a descriptive readme with examples, it has example code, I thought it is clear what it is for. It's inspired by the fact that most Express code boilerplates and various examples have no type safety after validation, and no return type checks, even though it is a public interface and it is important to be safe. Typically people use middleware to set data to req without TS knowing about it. So I created this lib to fix this.

  • 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

  • Managing Customer Billing in <500 Lines of TypeScript

    1 project | news.ycombinator.com | 15 May 2024
  • Show HN: Open-source BI and analytics for engineers

    3 projects | news.ycombinator.com | 15 May 2024
  • Would you care if a repo had random commit message?

    1 project | news.ycombinator.com | 15 May 2024
  • Branded Types for TypeScript

    2 projects | news.ycombinator.com | 15 May 2024
  • Spring Tests with TestContainers

    2 projects | dev.to | 15 May 2024