Scenario context: App displays "watchlists" of various stock ticker prices in a list. The user can add however many "watchlists" as he/she pleases. Each watchlist contains stock items, which display last price etc...
Current Hierarchy:
Attempted designs: I have tried a couple designs, they all function but they are not performant.
Question:
What is an efficient and performant component design for reading a single data source (Grandparent's websocket data in my case) in hundreds or thousands of react children?
