Hacker News new | ask | show | jobs
by rubinlinux 1061 days ago
And vuejs has a browser plugin which can sort-of show you which components call which components to get there.
1 comments

React and Redux both have similar addons as well, to inspect the component tree and to see the state changes over time (and even roll back; "time travel debugging" has been one of Redux's primary features since it was released).