Struggling with Typing Function for Dependency Injection in effect-ts with React
Hello everyone!
In my current use-case I intend to use effect with react only for dependency injection through runtime, and I struggle with typing the function that accepts tuple/record of tags and returns services.
intended usage:
In my current use-case I intend to use effect with react only for dependency injection through runtime, and I struggle with typing the function that accepts tuple/record of tags and returns services.
intended usage:
