Dagger-DI – lazy JavaScript dependency injection through decorators
1–2 of 2 posts
Re: Dagger-DI – lazy JavaScript dependency injection through decorators
#2My friend Phil put this together for a React Native project, when he got fed up with the mess that standard Javascript module imports and direct dependencies created when introducing testing. It's been really pleasant to use, just a solid well-thought out library.