pablichjenkov
pablichjenkov
FlexBoxLayout does not seem to be using any mechanism to recycle views. They are more oriented to laying out children views as per flex-box specs. In mobile, the hardest part...
Thanks for pointing out this branch, I had just known about the work in master. Seems very challenging and very interesting. The fact that original flex specs do not consider...
Possible in theory bizarre in practicality.
What about `DiffFlow`, for the name.
Instead of using delay you can give it a try calling yield
You can check the experimental examples here: https://github.com/JetBrains/compose-jb/tree/master/experimental/examples I have created a project to play with compose multiplatform and also help to discover bugs, can check it here: https://github.com/pablichjenkov/templato
Give Xmx 8g and see what happens
You basically mean comparing Rxjava vs Flow. Flow is a reactive api built on top of coroutines. Implementation wise is more performance, in rxjava every time you chain an operator...
Hi @TaehoonLeee, could you share a simple example of what you described. I tried on my side and still no way to expose a Composable in iOS target. This feature...
@TaehoonLeee , Don't worry about the English mine is probably worst. I believe now I understand better what you explained before, and you are right, the only module affected is...