useCompose(...)
is a custom React effect to render a content using Compose.
It's not a part of any library.
UseReactEffect(...)
is a custom Compose effect to render a content using React.
It's not a part of any library.
It requires adding external
declarations. For example: ReactYoutubePlayer.kt
Here is a good tutorial - Using packages from NPM