Hi Guys I am Android developer and would like to g...
# compose-web
n
Hi Guys I am Android developer and would like to get on to Compose Web, any pointers towards where to start or an links or reference are much appreciated. Not finding much tutorial or how to guide on the internet.
n
Thank you @Dima Avdeev will go through it. I have couple of queries based on my internet search 1. Being Compose a reactive is also a kind of reactive pattern I see few links showing react integration in Compose web, I am wondering what additional value-add we are going to get. 2. Can we simply use the Java/Kotlin SDK of any tools such as Firebase/asw or we need to integrate only JS based libraries
d
1. You can use existing React components, or use Compose inside React JS App. 2. We can use JS, TypeScript and Kotlin JS (or Multiplatform) libraries
e
Is there an example on using react (or react based libraries) with compose?
d
I don't know samples with usage React components inside Compose for Web, but we have documentation of using React in Kotlin JS here: https://kotlinlang.org/docs/js-react.html#compose-components
n
Thank you @Dima Avdeev, but I am wondering do we really need react framework in Compose web and also can you please share any example of Compose Web with Firebase or any other cloud SDK integrated
d
Here is an interesting library to connect with Firebase https://github.com/GitLiveApp/firebase-kotlin-sdk It's not for Compose directly, but it may be used with Compose.