What should I do if the two components, Contacts and Chat, need to communicate?

is there a better way to operate directly in App (assuming that App is declared in Class)?
clipboard.png

Mar.21,2021

1. lifting state, communicates by relaying the parent component.

2. redux and other solutions are essentially a top-level parent component

Menu