I'm a JS dev with a few years experience... I got a job offer that requires typescript. Thing is I've never touched TS. How feasible would it be to try learning it in 3 days? Assuming I'm at work during the day, can only learn at night?

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
  • Paste JSON as Code • quicktype

    Xcode extension to paste JSON as Swift, Objective-C, and more

  • Something very useful is defining types for APIs you might be working with. The usual way I'd go about this is to open the raw JSON of an API response and copy all of it; then use either the online version of this tool or the VSCode extension they provide that allows you to directly paste an interface in TypeScript (among other languages); once you have the interface, you can use it as an explicit type where you receive your API response, and from then on the data you receive from the API will have the correct types. Of course depending on the data, the generated interface might have some quirks here and there, but it's pretty straightforward and you should be able to make your way in.

  • code-relay

    Source for the Code Relay website. Code Relay The fastest and easiest way to contribute to open source!

  • So I did this https://www.coderelay.io/ thing and they gave me a typescript task.. I've also not used it much, was a fun way to test out how quick I could get into it

  • 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

  • Free Tech Tools and Resources - MAC Lookup, SQL Tutorials, JSON Converter & More

    2 projects | /r/SysAdminBlogs | 14 Sep 2023
  • Migration to TypeScript Advice

    1 project | dev.to | 5 Jul 2023
  • Help with json parser

    1 project | /r/SwiftUI | 31 May 2023
  • Is there a neat way to work with deeply-nested JSON?

    2 projects | /r/swift | 2 Apr 2023
  • Need Help on API Implementation

    1 project | /r/swift | 2 Apr 2023