Writing Redux Middleware with Effect.ts
Hi everyone. I'm starting to play with Effect.ts and currently thinking of writing a Redux Middleware with it. Where I think I'm running into issues now is that I want to have a background process running being fed by a stream. However I need to get data into that stream from outside the Effect runtime (I think I'm new to this)
