Has TypeScript made you a better developer?

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

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
  • type-challenges

    Collection of TypeScript type challenges with online judge

  • I radically improved my TS knowledge by completing these challenges https://tsch.js.org/ so I strongly recommend them to anybody seriously studying TS.

  • TypeScript

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

  • So far, I use the typescript docs and any youtube video I come across. I watched the typescript playlist by the net ninja and one by jack herrington on youtube called no bs 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
  • Elm

    Compiler for Elm, a functional language for reliable webapps.

  • If you're interested in the more generic topic of "programming a computer", I really recommend checking out Haskell (I've some good tips on resources if you're interested), even if you'll never end up using it for anything, just because of the ideas it exposes you which you'd never otherwise probably stumble upon. Also from a front-end perspective, the Elm language's developer experience is probably the best I've seen in a while (also Elm being the language where Redux was "copied" from)

  • elmish

    Elm-like abstractions for F# apps

  • I never tried Elm directly, but I have used the F# equivalent Elmish - super productive idea.

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

  • Building React Components Using Unions in TypeScript

    15 projects | dev.to | 1 Oct 2023
  • TypeScript Enum's vs Discriminated Unions

    3 projects | dev.to | 12 Dec 2022
  • História sobre usar o JavaScript para programar JavaScript

    4 projects | dev.to | 31 Oct 2022
  • Should I pick up OCaml or Haskell?

    3 projects | /r/functionalprogramming | 24 Aug 2022
  • Thoughts on TypeScript

    4 projects | dev.to | 4 Mar 2022