-
Updated
May 1, 2021 - Java
#
dependency-injection
Here are 3,206 public repositories matching this topic...
A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
-
Updated
May 29, 2021 - TypeScript
Koin - a pragmatic lightweight dependency injection framework for Kotlin
-
Updated
May 26, 2021 - Kotlin
Dependency injection framework for Swift with iOS/macOS/Linux
-
Updated
Apr 17, 2021 - Swift
233cy
commented
Sep 1, 2020
vairakkumar-vairaperumal
commented
Feb 3, 2021
Steps to reproduce
Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
dart
http
mobile
framework
web
state-management
internationalization
routes
dependency-injection
get
flutter
getx
-
Updated
May 30, 2021 - Dart
An addictive .NET IoC container
-
Updated
May 14, 2021 - C#
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
Updated
May 30, 2021 - PHP
redis
cors
t4
ioc
jwt
repository
dependency-injection
swagger
netcore
rbac
aop
autofac
dto
automapper
netcore-webapi
sqlsugar
sqlsugarcore
rbac-roles
net5
netcore-vue
-
Updated
May 22, 2021 - C#
OOP is better with stamps: Composable object factories.
-
Updated
Apr 1, 2021 - JavaScript
Powerful dependency injection for Objective-C ✨ ✨ (https://PILGRIM.PH is the pure Swift successor to Typhoon!!)✨ ✨
-
Updated
Dec 20, 2020 - Objective-C
Dependency Injection Framework for Unity3D
game
ioc
gamedev
framework
unity
dependency-injection
game-development
injection
unity3d
data-binding
unity3d-plugin
dependency
injection-container
dependency-injection-framework
zenject
-
Updated
Dec 18, 2020 - C#
A small PHP dependency injection container
-
Updated
May 27, 2021 - PHP
Simple yet powerful dependency injection tool for JavaScript and TypeScript.
-
Updated
May 28, 2021 - TypeScript
Lightweight dependency injection container for JavaScript/TypeScript
-
Updated
May 30, 2021 - TypeScript
The dependency injection container for humans
-
Updated
May 24, 2021 - PHP
Your first K.I.S.S Unity 3D Framework.
redux
flux
ioc
framework
csharp
unity
dependency-injection
unity3d
unity-scripts
inversion-of-control
unirx
game-frameworks
zenject
frameworks
unity2d
unity3d-framework
uiframework
qframework
uframe
unidux
-
Updated
May 19, 2021 - C#
A dependency injection based application framework for Go.
-
Updated
May 25, 2021 - Go
Extremely powerful Inversion of Control (IoC) container for Node.JS
-
Updated
May 30, 2021 - TypeScript
A reflection based dependency injection toolkit for Go.
-
Updated
May 25, 2021 - Go
nodejs
cli
open-source
ioc
middleware
koa
typescript
rest-api
dependency-injection
socket-io
decorators
swagger-ui
contribution
multer
express-router
nodejs-framework
express-decorators
lifecycle-hooks
nodejs-api
typescript-framework
-
Updated
May 30, 2021 - TypeScript
Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection
dependency-injection
decoration
conventions
asp-net-core
scanning
hacktoberfest
convention-registration
assembly-scanning
decoration-extensions
scrutor
-
Updated
Mar 16, 2021 - C#
Lightweight Swift Dependency Injection Framework
-
Updated
Mar 17, 2021 - Swift
This repository contains development environment for the entire package
-
Updated
May 30, 2021
A small tutorial to show how to create a PHP application without a framework.
-
Updated
Jan 31, 2021
Elegant and fully-featured Node.Js web framework based on TypeScript. 🚀 .
nodejs
api
security
jwt
express
node
framework
typescript
sdk
orm
rest
dependency-injection
web-framework
auth
typeorm
nodejs-framework
typescript-framework
foal
foalts
foalts-cli
-
Updated
May 31, 2021 - TypeScript
Dependency injection framework for Python
python
flask
ioc
factory
dependency-injection
design-patterns
python3
aiohttp
singleton
flask-application
asyncio
ioc-container
python-3
python-2
dependency-injection-framework
dependency-injection-container
threadlocal
flask-restful
-
Updated
May 20, 2021 - Python
Bootique is a minimally opinionated platform for modern runnable Java apps.
-
Updated
May 27, 2021 - Java
Improve this page
Add a description, image, and links to the dependency-injection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dependency-injection topic, visit your repo's landing page and select "manage topics."
One of the specific advantages of the wire approach is that it generates code that's relatively readable compared to reflect-based equivalents. When
wire.Value
is used on a small by-value type, there's no need for the value to live in a global variable - the expression could instead be used literally inside the generated code, which would make the code easier to follow, and more similar to the c