Using BrowserRuntime and Clipboard Services in React with @effect/platform-browser

Hello, to launch effect in the browser (like in onClick React listener for example), should I use BrowserRuntime or something else than Effect.runPromise* ? If I want to use Clipboard from @effect/platform-browser, should I provide the service myself ?
Was this page helpful?