julianomoraes / componentizationArch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subcomponent implementation

kyhule opened this issue · comments

Have you had a situation where you needed to embed a UiComponent/UiView in another UIComponent/UiView? Take for instance your PrimaryControlsComponent. What if you wanted to have another screen that would just have the play/pause button but did not need to include the rewind/fast-forward logic?

Yes, you can totally put a Component inside another component. Did it not work for you?