hey. I was wondering if there is an easy way to ge...
# compose-web
a
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.
or would we need to write React-based composable wrappers for all our composables?