Using `effect` with `express`: Incrementally introducing `effect` in an `express` app
Does anyone have any recipes for using
effect with express? I wanted to try adopting effect in a service I'm maintaining (an express app) and want to incrementally introduce it. The most direct way I've thought of to introduce it is to 1. Convert core functions to Effects and 2. Use runPromiseExit from within the handlers.