Understanding the Purpose of react-effect and the Need for a Runtime
It's not clear to me what is the purpose of react-effect, and why a Runtime is needed.
How does effect need to interact with react? Can't I just create the services using effect and then execute them using
How does effect need to interact with react? Can't I just create the services using effect and then execute them using
runPromise or similar when transitioning to react?