Got it… For this project, I’ll be using completely...
# compose
c
Got it… For this project, I’ll be using completely custom views for everything, (text, buttons, etc.). Instead of trying to read the DOM, then, is it instead possible to build logic into those views to track their usage? e.g. Someone uses a
WidgetBaseView
. Can I add logic to
WidgetBasdView
to see where the instance is in the view hierarchy? Alternatively, is there a way to create my own version of
renderComposable
?