Show HN: PojoViz – Visualize the structure of any JavaScript library, framework
maurizzzio.github.io
Show HN: PojoViz – Visualize the structure of any JavaScript library, framework
1–10 of 21 posts
Re: Show HN: PojoViz – Visualize the structure of any JavaScript library, framework
#2Re: Show HN: PojoViz – Visualize the structure of any JavaScript library, framework
#3Re: Show HN: PojoViz – Visualize the structure of any JavaScript library, framework
#4Re: Show HN: PojoViz – Visualize the structure of any JavaScript library, framework
#5Re: Show HN: PojoViz – Visualize the structure of any JavaScript library, framework
#6Re: Show HN: PojoViz – Visualize the structure of any JavaScript library, framework
#7Re: Show HN: PojoViz – Visualize the structure of any JavaScript library, framework
#8I think it would be really useful to have a tool that visualizes execution paths of programs to help you understand the general architecture of someone else's project. I believe debugging tools are able to do this to some extent, but I haven't seen anything that exactly fits, especially for JS. I would want to be able to do some interaction (e.g. mouse click) and see a visualization summarizing all the lines of code that were run without stepping through them one-by-one. Maybe this is a direction that PojoViz could go in eventually.
Re: Show HN: PojoViz – Visualize the structure of any JavaScript library, framework
#9Whew, maybe I'm just thick, but it took me four tries to select a library, export the global, and all I see is "uncaught exception: error getting the key".
Re: Show HN: PojoViz – Visualize the structure of any JavaScript library, framework
#10Looks like you can only see existing libraries on cdnjs? The version of elm-runtime is about 4-5 versions old.