Handling Services with Constructor Information in Effect TypeScript
What's the proper way of handling services that require constructor information? Say that I have
I need that context as a dependency of multiple services:
And right now I'm using it as:
Works fine but I was wondering whether there were better patterns, especially if involving Effect.Service
I need that context as a dependency of multiple services:
And right now I'm using it as:
Works fine but I was wondering whether there were better patterns, especially if involving Effect.Service
