Slow and Steady: Converting Sentry’s Entire Frontend to TypeScript

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. TypeScript

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

    TypeScript has an active community with a clear and maintained development roadmap in addition to rapid releases.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. DefinitelyTyped

    Discontinued The repository for high quality TypeScript type definitions. [Moved to: https://github.com/DefinitelyTyped/DefinitelyTyped] (by borisyankov)

    Many of the libraries we use (including React) already have type definitions available.

  4. Sentry

    Developer-first error tracking and performance monitoring

    Sentry’s first Typescript Pull Request: https://github.com/getsentry/sentry/pull/13786

  5. reflux

    A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux

    One downside to relying on the type definitions in DefinitelyTyped is that occasionally the library types are not written by the maintainers. Instead, community users contribute types, and because of that some types are missing or incorrectly defined. We encountered this with the versions of ECharts and Reflux we were using. Our solution here was to add additional type definitions in our code.

  6. TypeScript-slack-bot

    Discontinued Small slack bot to get the current typescript conversion progress of sentry

    In addition, our fantastic tools team introduced a slackbot that would allow us to track progress on demand. Seeing the number go up every day was a big motivator in the final stages, so much so it’s something we’ll likely to use again. You can find the early versions of that bot here.

  7. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB 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

  • React Basics: Essential Knowledge for Every React Developer

    4 projects | dev.to | 12 Nov 2023
  • Ask HN: What are some well-designed websites?

    12 projects | news.ycombinator.com | 7 Sep 2023
  • Extreme Explorations of TypeScript's Type System

    15 projects | news.ycombinator.com | 27 Jun 2022
  • #2 Front-end things and not only

    4 projects | dev.to | 8 Jun 2022
  • React v18.0

    2 projects | /r/reactjs | 29 Mar 2022

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?