Hi there! Ihave recently been researching about composition locals in Compose. I've seen
this answer by
@jim and
this other thread about it.
I both like the idea of generally evading these implicit dependencies, but I also find really handy the composition locals provided in the Compose APIs. And this gets me thinking... if there's
n
reasonable use cases, won't it be an
n+1
case too? Are you aware of any other case were composition locals fit in neatly?