For those that use Compose in production, can I h...
# compose
r
For those that use Compose in production, can I hear your story? where there any performance hits or perhaps improvements you experience , while having compose is prod?
c
We haven't had any perf issues. Been shipping it to prod since beta. Using tons of lazy columns.
a
I created a simple app on the store. I've had no problems with performance. None of my testers have reported anything either.
w
We use it in production on a complex app with 5M+ installs. We had a minor performance hit, which was much worse in debug builds. We wrote about what kind of performance hit we saw here. The benefits we got in reusability and dev experience have been very worth it and we recommend Compose easily. So far no critical issues, so we’re ramping up our usage of Compose in the next few releases.
c
Really interesting post @Will Shelor. One question - in your "Experiment 1: Conclusions", is point #5 correct?
w
Good question. I think I got the bold part flipped in some of the updates. Let me clarify it.
r
Thank you for the information everyone , this was very helpful