问题
I am learning react.js from an online tutorial. The source code is provided in the tutorial itself. It will be useful if I can view the sequence diagram displaying interaction between components, actions dispatched, classes ,stateless functions and higher-order functions used in the project and the overall architecture and organization of the project, when the source code is supplied to certain tool. Is there any tool available to get this done?
回答1:
I have found a tool called React-Sight
:
https://github.com/React-Sight/React-Sight
来源:https://stackoverflow.com/questions/50483862/tool-to-generate-sequence-diagram-from-react-js-source-code