React.js: Switch from PropTypes to TypeScript - If you are a React.js developer and does not use TypeScript, this article is for you!

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

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.

  • - Node/Express - You just need to use declaration merging to add onto the interfaces defined by express-serve-static-core, see https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/express-serve-static-core/index.d.ts#L20

  • react

    Cheatsheets for experienced React developers getting started with TypeScript (by typescript-cheatsheets)

  • For inlines, it's usually identical code to JS as TS can infer the event type. For callbacks, you usually only need that one annotation on the const variable itself. There's also https://github.com/typescript-cheatsheets/react which is a nice resource, though hooks have drastically simplified typing compared to class components. Converting a JS component to TS often looks like:

  • 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

  • ⚛️ Explaining React's Types

    1 project | dev.to | 27 Mar 2024
  • Introduction to TypeScript — What is TypeScript?

    1 project | dev.to | 12 Mar 2024
  • DefinitelyTyped

    1 project | news.ycombinator.com | 12 Feb 2024
  • Typescript - Union types e type guards

    2 projects | dev.to | 17 Jul 2023
  • Declaring JSX types in TypeScript 5.1

    3 projects | dev.to | 6 Jul 2023