Effect CommunityEC
Effect Community•8mo ago
amg

Implementing Effect in a Remix App: Is a New Runtime Necessary?

👋, I am going to start trying to implement effect in a RRv7(remix) app on the API layer.

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
Was this page helpful?