I am trying to determine the memory overhead of a particular react component (a table) as compared to my raw data. I have looked through the heap snapshot in chrome devtools and am confused if there is a way to sum the memory footprint of the table component with all its child objects? This does not seem possible with the way the heap memory is structured, but I wanted to ask this in case I am missing something.