1 min readApr 27, 2019
Hi Anthony! Yep, setTouchedState would absolutely be useful, it should be relatively easy to implement, hope they release it soon :)
As for facades, I like the approach and I use it sometimes, but only with small-to-medium sized projects. If in a project there are lots and lots of containers (tens or hundreds) using facades means LOTS of “repeated” code, and also potentially lots of cross dependencies between facades. I’m not against using them though, I like the pattern!