Always provide a Modifier

39 · Chris Banes · Oct. 22, 2021, 11:04 a.m.
Modifiers are probably my favourite thing in Compose. They truly encapsulate the idea of composition over inheritance, by providing a number of interfaces and implementations to attach logic and behavior to layouts. This blog post looks at why we should embrace them in our composables....