react 2021-03-21

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

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

Ahh right, flame graph is a different view