Should I migrate to TS?

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
  • ts-migrate

    A tool to help migrate JavaScript code quickly and conveniently to TypeScript

  • When you decide to migrate, I recommend checking https://github.com/airbnb/ts-migrate may speed few migration steps (but it wont solve missing types/interfaces)

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

    The repository for high quality TypeScript type definitions.

  • ^ this. At least for inspiration and to speed up things. You also might wanna check out https://github.com/DefinitelyTyped/DefinitelyTyped if some type definitions are existing for smaller libraries

  • swagger-petstore

    swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.

  • Creating TS types/interfaces manually can be tedious. But, if you have JSON responses of your APIs, you can quickly convert those JSON responses to TS interfaces using VS Code extension Paste JSON as Code. Also, if your backend already uses Swagger for API, you can auto-generate all the TS types of your API models using swagger-codegen

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

  • The Power of Progressive Web Apps (PWAs): Revolutionizing Web Development and User Experience

    1 project | dev.to | 14 Jun 2024
  • Angular Addicts #26: Angular 18, best practices, recent conference recordings & more

    1 project | dev.to | 11 Jun 2024
  • How to learn Angular?

    1 project | dev.to | 3 Jun 2024
  • Why, after 6 years, I'm over GraphQL

    17 projects | news.ycombinator.com | 30 May 2024
  • Angular's next feature @let syntax

    1 project | dev.to | 31 May 2024