Hello, any opinion about creating some kind of Net...
# compose-web
j
Hello, any opinion about creating some kind of Netflix app in compose multiplatform web? (I say Netflix just an example, because everyone knows it). Any recommendation about which would be the right choice between wasm or compose html frameworks like kobweb? My concerns about this: • Potential performance issues when rendering nested lists • Potential issues with missing features in the player or drm content, or streaming performance Any hint? Maybe is too early to try this on a enterprise project? Thanks!
r
@Shubham Singh created some nice compose + html demo apps with #C06UAH52PA7 (https://github.com/shubhamsinghshubham777/SpotifyClone, https://spotify-clone-kilua.vercel.app/) and #C04RTD72RQ8 (https://github.com/shubhamsinghshubham777/YouTubeRedesigned, https://youtuberedesignedv2.netlify.app/). These will let you see how well html based applications perform. You won't get this with Compose Web on canvas.
❤️ 2
o
are you interested only in the web target? do you plan to have at least 1 other target (android, ios, desktop)?
j
It would be great to have also android and ios, of course! But I'm worried about the performance or another issues. I'm working in Android and iOS, but I have never tried Compose for web in a enterprise project (only during some online course)
👍 1