Hi guys, anyone are using Compose in production ? ...
# compose
h
Hi guys, anyone are using Compose in production ? im ask because on my team we are thinking if we use in production or not.. if anyone is using, are having some troubles, or crashs ?
m
We hoped to use it in production but since it relies on some libraries that are still in alpha and A11y still isn't completely there yet we decided to hold off on adoption.
a
is still in alpha so use it in production at your own risk
h
yeah is in alpha .. im ask just to know if anyone had the courage to use in prod, and to know about the crashs and etc 😄
l
I will use it in production but my app is "small". Didn't have crashs so far
k
I've used it and issues with ime insets (not being applied at first run) and keyboard glitch (not opening sometimes) have become real blocker for me. About to try the latest snapshot but if that didn't work, will be rolling back textfield screens to xml 🤕 Also, the LazyColumn/Row is not even close to what RecyclerView offers. (No sticky headers, no scrollbar support and many third party extensions) but ofcourse it promises to reduce significant boilerplate (when become stable) Feels like I made the biggest mistake.. ofcourse no blame to Compose team, you guys are doing great work!
a
@Yuri Drigin 👆🏼