More Memory Efficient Popover?
-
So with the current Popover implementation, if you use it on a list it will spawn a HUGE number of components that you have to keep track of and close by id. This could lead to some serious memory concerns in lists of hundreds or thousands of items. Does anyone have suggestions or ideas on how to get the same effect more efficiently? I’d really appreciate any ideas.
-