A CLI utility to convert Jetpack Compose compiler ...
# feed
s
A CLI utility to convert Jetpack Compose compiler metrics and reports to a beautified HTML page and see distinguished reports of problematic and non-problematic composable functions and classes in your codebase. Repo: https://github.com/PatilShreyas/compose-report-to-html
👌 8
🎉 2
👍🏻 1
a
Good work! However I recommend that you not use red color or terms like “Composables with issues” because a composable being non-skippable is not necessarily a problem. Non-skippable composables might cause performance issues in some cases but not all, and there are also cases where parameters can’t be stable. There are many non-skippable composables even in compose framework itself.
s
Yeah @Albert Chang, thanks! Actually in the beginning, I'm seeking for dev's feedback. Will improve it till it becomes stable. Thanks for your feedback
👍 2