https://github.com/cesarenaldi/iniettore
Minimalistic Dependency Injection Container for JS/TS
https://github.com/cesarenaldi/iniettore
clean-architecture dependency-injection javascript react react-native reactjs solid-principles typescript
Last synced: 8 months ago
JSON representation
Minimalistic Dependency Injection Container for JS/TS
- Host: GitHub
- URL: https://github.com/cesarenaldi/iniettore
- Owner: cesarenaldi
- License: other
- Created: 2014-06-29T10:00:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:30:33.000Z (about 3 years ago)
- Last Synced: 2025-04-19T14:18:53.306Z (9 months ago)
- Topics: clean-architecture, dependency-injection, javascript, react, react-native, reactjs, solid-principles, typescript
- Language: TypeScript
- Homepage:
- Size: 2.09 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Iniettore
Minimalistic Dependency Injection Container for JS/TS
## Docs
**BREAKING CHANGES**
Iniettore v4 is a complete rewrite which comes with a brand new minimalistic interface. See [migration guide](./migrating.md).
Please refer to individial packages documentation.
- [`iniettore`](packages/iniettore) - the Iniettore core library
- [`@iniettore/react`](packages/react) - React bindings for Iniettore
## License
[ISC](LICENSE)