Choosing Between ManagedRuntime and Platform-Specific Runtime in Effect Codebases
Thinking about ManagedRuntime vs platform-specific runtime - is my thinking correct that ManagedRuntime should be used in non-native effect codebases but in effect-native codebases we should use platform-specific and run programs via
runMain
runMain
?
Example of non-native is react codebase where I can make a React.Context with ManagedRuntime to access it inside components/hooks.