What are some Open Source Typescript Projects that use Inversion of Control (IOC) containers?

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

    A Typescript MVC Framework

  • I have a nodejs framework where I glue the database layer to my controllers with manual dependency injection, but as my amount ot models increased im now looking to use a framework like tsinject instead. here's a link if you're interested. the idea is being able to to switch ORMs and DB layers without ever having to change my controllers and it works pretty for seperation of concerns too

  • tsyringe

    Lightweight dependency injection container for JavaScript/TypeScript

  • Here’s a stand-alone library for Microsoft as well that you can play around with if you like https://github.com/microsoft/tsyringe

  • 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

  • Dependency Injection on Typescript

    3 projects | /r/typescript | 7 Nov 2021
  • SOLID explicado com TypeScript

    2 projects | dev.to | 21 May 2023
  • Approach to applying DI container to an existing codebase?

    1 project | /r/learnprogramming | 21 Mar 2023
  • Announcing TypeScript 5.0 Beta

    4 projects | /r/typescript | 26 Jan 2023
  • Dependency injection without the decorators

    2 projects | /r/node | 6 Jun 2022