react

"mulling over state management stuff"
martinklepsch 2021-03-20T21:55:09.000400Z

I’ve just been playing around with the React Profiler in the logseq repo and I was kind of thinking that the Ranked view would give me ranked list of components by the cumulative time they used, instead it shows every component render separately. Is this a Rum issue or just how the React Profiler works?

martinklepsch 2021-03-20T22:19:37.000800Z

Reading the https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html#ranked-chart it seems that that’s just how they work :man-shrugging: