react

"mulling over state management stuff"
2021-03-21T10:17:55.002600Z

That's essentially a flame graph representing call stack of components, similar to how js profile is visualised

martinklepsch 2021-03-21T11:36:52.003400Z

@roman01la I think the ranked graph is not really that, it just sorts all rendered components by the time they took to render

2021-03-21T13:50:11.003900Z

Ahh right, flame graph is a different view