Handling complex generic type connections through an object

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

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • ` is generic, but I cannot use anything that involves `unknown` because an inferred type "is not assignable to `unknown`". While searching for a solution I've came across an open issue about Existential Types which looks a lot like what I'm looking for. But I cannot imagine that it's not possible to do what I'm trying to do. How should I store my option objects?

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

    A JavaScript UI framework for server rendered websites [WIP] (by alinnert)

  • Alright, I've updated the code and made it public on GitHub, if you want to take a look: https://github.com/alinnert/mana

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

  • TypeScript strictly typed

    1 project | dev.to | 12 Jun 2024
  • Typescrypt: Make your life easier with decorators

    1 project | dev.to | 31 May 2024
  • Create a Responsive Navbar React Tailwind CSS TypeScript

    1 project | dev.to | 29 May 2024
  • JSR Is Not Another Package Manager

    2 projects | news.ycombinator.com | 25 Apr 2024
  • Understanding the Difference Between Type and Interface in TypeScript

    1 project | dev.to | 2 Apr 2024