inject

@furystack/inject — dependency injection and IoC container

The Last Decorator
Architecture

The Last Decorator

The latest FuryStack update throws @Injectable in the bin, replaces classes with tokens, and finally clears the runway for the next big TypeScript upgrade. Here's what changed and why your @Injected properties are about to get really lonely.

DI / IOC with @furystack/inject 💉
Getting Started

DI / IOC with @furystack/inject 💉

Dependency injection and Inversion of control is a common practice that tries to protect you from insanity that would happen when you realize that you can't refactor and test a giant global static app structure. @furystack/inject is a simple but powerful tool that you can use in NodeJs and in the browser.