Implementing Effect in a Remix App: Is a New Runtime Necessary?
I found this repository from the Michael Arnaldi video
Is mandatory to make a new runtime like in here? https://github.com/mikearnaldi/effect-remix-stream/blob/main/app/lib/utilities.ts#L4
or can I return symply the Effect.runPromise() in my actions and loaders
