hey. I was wondering if there is an easy way to generate react components from composables? use case, we have a web based documentation site for our design system (with web versions) and want to bring our composables into the page (for Android references) in a way that enables web developers to call the composables from React easily.
agrosner
08/18/2022, 1:19 AM
or would we need to write React-based composable wrappers for all our composables?