agrosner
04/27/2022, 7:08 PMChris Sinco [G]
04/27/2022, 10:49 PMagrosner
04/28/2022, 3:02 PM@Stable
/ @Immutable
parameters to a composable (especially with List
types)
2. Debug overlays on composables that are misbehaving (rendering a lot in a short period of time).
3. Lint checks around unused dependencies in a remember
or other capture state. (or any dependencies missing like React hooks provides)
4. Probably could go in detekt, but warnings / errors for deeply nested composables (without splitting them into smaller pieces)
5. Provisional render cycle detection and escape hatches.
6. What composables are heavier on performance (take a lot of CPU on render, re-render)
In a good architecture, I can imagine we can account for a few of these things, but having them also part of the framework would prevent some issues.