Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4829

Tools to generate components dependencies graph?

$
0
0

@rrh wrote:

Recently I’ve been looking for tools that could visualise:

  • Dependencies among components, or
  • Generally what depends on what

Having this kind of macro view can be useful for:

  • Refactoring (seeing what can be extracted to shared logic),
  • Understanding new Ember.js project,
  • To see how the app grows overtime

This is the question I asked on jsonapi-resources about possibility to visualise how resources play with one another: https://github.com/cerebris/jsonapi-resources/issues/644. I used railroady for that.

I think that this could be solved the following ways

  1. Parse all templates (routes-related and component-related) looking for component format {{my-component}}
  2. Make use of dependency injection, or
  3. ES6 modules

What do you think? Are there already tools for doing that?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4829

Trending Articles