The Complete 2023 Guide to Learning TypeScript - From Beginner to Advanced

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

Our great sponsors
  • Appwrite - The open-source backend cloud platform
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • TypeScript

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

    Let's start with the basics. TypeScript is a superset of JavaScript that adds optional static typing and class-based object-oriented programming to the language. The key word here is optional - you can use as much or as little TypeScript as you want!

  • redux

    Predictable state container for JavaScript apps

    Use types for Redux state slices and action creators

  • Appwrite

    Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.

  • React

    The library for web and native user interfaces.

    React and TypeScript work extremely well together. TypeScript can catch many errors in React code that would otherwise end up as runtime bugs.

  • JSDoc

    An API documentation generator for JavaScript.

    Document types with JSDoc annotations

  • Express

    Fast, unopinionated, minimalist web framework for node.

    let's explore using TypeScript on the backend with Nodejs and Express.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

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