What are your problems or issues with developing in TypeScript?

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

    The repository for high quality TypeScript type definitions.

  • Well, you could have a look at Ramda's types if you want to see how far you can take the type system to accommodate composition and lens functions.

  • rollup-plugin-typescript2

    Rollup plugin for typescript with compiler errors.

  • This: https://github.com/ezolenko/rollup-plugin-typescript2/issues/148#issuecomment-483274587

  • 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
  • nestjs-demo

  • TypeScript

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

  • Typescript being more limited than I thought. I came to typescript thinking it'd solve my all my static typing issues but it can't even handle large range types. Eg: You can't make a type that handles integers from 0 to 100. Like if it existed it'd streamline my process by so much but it doesn't, and it seems like it'd be such a simple fix too: just check all the variables with that type are more than or equal to 0 and less than or equal to 100. No need to create all the various types individually from 0 to 100, just create a range. There's even a suggestion about it on the typescript github from 2017 but it doesn't seem like it's going anywhere despite being the second most thumbed up suggestion: https://github.com/microsoft/TypeScript/issues/15480

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

  • Declaring JSX types in TypeScript 5.1

    3 projects | dev.to | 6 Jul 2023
  • Functional Programming with TypeScript's Type System

    2 projects | news.ycombinator.com | 16 Apr 2023
  • TypeScript PR merged to allow components to return anything renderable (raw strings, numbers, promises for RSC), instead of just JSX.Element and null.

    2 projects | /r/reactjs | 15 Apr 2023
  • TypeScript Types for AWS Lambda

    3 projects | dev.to | 7 Jan 2022
  • Thinking in ReScript

    3 projects | dev.to | 11 Aug 2021