Tool to generate sequence diagram from react.js source code [closed]

只愿长相守 提交于 2020-01-04 11:10:24

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!