is there some treesitter or code analysis tool that gives me a graph of my react codebase with which components render which other components?

i'm thinking like - finding component fns, looking at their jsx elements ast nodes, connecting it all in a graph. maybe this exists?

Comments