Can karax integrate arbitrary react components? if not, what are limitations? Are there examples for doing that? The more examples the better.
and vice versa: can react integrate karax components? Note: lack of interoperability was one thing that threw me off with google Dart; I hope karax doesn't have this issue. ## EDIT I made some progress on that, eg via some code that mixes karax (nim’s version of react) with react packages (obtained via npm) eg google maps, youtube. It kinda works but not very happy with how I did it (hacky). Better solutions welcome.
