-
Is it possible to create a graph of atom dependencies in something like graphviz? We're tracking down some performance issues and have enough atoms that it's difficult to keep track of what atoms are being depended on by which atoms/components. |
Beta Was this translation helpful? Give feedback.
Answered by
dai-shi
Mar 10, 2022
Replies: 1 comment 1 reply
-
Good point. We expose dependencies in Provider's debug state and #911 is an issue to improve it:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
axelson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good point. We expose dependencies in Provider's debug state and
useAtomsDevtools
, but they can't be exported as reusable data.#911 is an issue to improve it: