DEV Community

Discussion on: Dependency Injection In JavaScript

Collapse
 
jackmellis profile image
Jack

I'm going to plug my own DI library powered by typescript types:
npmjs.com/package/jpex
DI is a hugely underappreciated pattern in the javascript ecosystem that is used widely in almost every other language/framework!

Collapse
 
paularah profile image
Paul Arah

Thanks Jack! your DI library looks straightforward and easy to use, I'd definitely give it a spin.