Designing a Reactive App with Effect and RxJS Integration Tips
How guys, in general terms, how would you go about designing a "reactive" app with Effect? what tips do you have for integrating Effect with RxJS? My app is naturally a "reactive" app that are built from dataflow between different components. But I still want the monadic behavior provided by Effect since the components may fail during execution
