cdir
cdir copied to clipboard
async fetch of tree data?
Hi, I would like to use cdir as inspector for nested object, where sub objects are retrieved as result of async call. Are you aware if anyone has started to work on something like this? If not, any hints where to start?
not at the moment, but it would be a cool feature, also see my comment in #31
just a bit of context: I'm working on crconsole ( terminal clone of chrome dev tools ), this is example video featuring my port of react-devtools:

https://www.youtube.com/watch?v=c8McPCY1zaM
What I would like to have:
- inspect deeply nested js objects
- highlight react elements / dom nodes as you change cdir selection
- capture result to
$rvariable ( or to $x ) when you exit cdir and last selection was pointing to dom node