iti
~1kB Dependency Injection Library for Typescript and React with a unique support of async flow (by molszanski)
InversifyJS
A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript. (by inversify)

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
iti | InversifyJS | |
---|---|---|
6 | 32 | |
152 | 11,819 | |
2.0% | 0.6% | |
3.2 | 9.3 | |
8 months ago | about 21 hours ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
iti
Posts with mentions or reviews of iti.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-14.
-
The Problem with Dependency Injection Frameworks
I didn’t want to adopt a framework for a bigger one, so I’ve built a manual DI helper.
It is for typescript. It is really helpful for me.
https://itijs.org
-
Best practice for using different implementations of data fetching code in React/Next.js app?
If you are interested, I wrote an obscure DI helper library to help mi with ts/react/nest apps. Most examples use classes, but it perfectly works with pure functions. Nothing groundbreaking, just helps me ship apps with lazy async data pipelines faster https://github.com/molszanski/iti
-
What do you use for dependency injection?
I've had success in adding an iti to an existing 50K app
- Has anyone successfully created a Dependency Injection using typescript decorators?
- How do I know when to make a custom hook ?
InversifyJS
Posts with mentions or reviews of InversifyJS.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-02.
-
InversifyJS VS vorarbeiter - a user suggested alternative
2 projects | 2 Feb 20252 projects | 2 Feb 2025
-
vorarbeiter VS InversifyJS - a user suggested alternative
2 projects | 2 Feb 2025
Vorarbeiter Service Container is about 10 times lighter then InversifyJS. It has simpler API and works faster.
-
Mastering the Dependency Inversion Principle: Best Practices for Clean Code with DI
One of the most popular libraries in JavaScript for implementing the Inversion of Control (IoC) pattern is InversifyJS. It provides a robust and flexible framework for managing dependencies in a clean, modular way. However, InversifyJS has some drawbacks. One major limitation is the amount of boilerplate code required to set up and manage dependencies. Additionally, it often requires structuring your application in a specific way, which may not suit every project.
-
How to Apply SOLID with Testing JS/TS Class Methods
Take a class for which we are tasked to write a unit test. This class may have a dozen methods and a dozen more attributes. In my environment we were already using inversify to dependency inject into this class, and using container snapshot and restore as setup and teardown operators, in our jest test file. But it began getting out of control even after refactoring into test cases and test runners.
-
VulcanSQL: open-source data API framework. Empowering you to construct APIs exclusively with SQL.
Inversify (https://inversify.io/) for IoC.
-
SOLID explicado com TypeScript
Alguns frameworks trabalham desta forma por padrão, como é o caso do Angular, quando este não é o padrão do framework que utilizamos podemos usar alguma biblioteca, como a Inversify ou tsyringe da Microsoft.
-
Using modern decorators in TypeScript
Using decorators required setting an --experimentalDecorators experimental compiler flag. Several popular TypeScript libraries, such as type-graphql and inversify, rely on this implementation.
-
Typesafe, (almost) Zero Cost Dependency Injection in TypeScript
inversify
- InversifyJS has reached 100,000,000 downloads on npm
What are some alternatives?
When comparing iti and InversifyJS you can also consider the following projects:
fold - IoC container with all required goodies to write flexible node applications
tsyringe - Lightweight dependency injection container for JavaScript/TypeScript
genioc - Bloat-free and magical IoC-container for Typescript based on code-generation
awilix - Extremely powerful Inversion of Control (IoC) container for Node.JS
ExpressBeans - ExpressBeans is a lightweight IoC Container (Inversion of Control Container) that allow a clean java-like code organization.
mixitup - A high-performance, dependency-free library for animated filtering, sorting, insertion, removal and more

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured